Method: RSpec::Queue::OrderRecorder#example_started
- Defined in:
- lib/rspec/queue/order_recorder.rb
#example_started(notification) ⇒ Object
14 15 16 17 |
# File 'lib/rspec/queue/order_recorder.rb', line 14 def example_started(notification) return if notification.is_a?(RSpec::Core::Notifications::SkippedExampleNotification) output.write("#{notification.example.id}\n") end |