Method: RSpec::Core::Formatters::BaseFormatter#example_started
- Defined in:
- lib/rspec/core/formatters/base_formatter.rb
#example_started(example) ⇒ Object
56 57 58 |
# File 'lib/rspec/core/formatters/base_formatter.rb', line 56 def example_started(example) examples << example end |