Method: ATMOutputFormatter#example_started
- Defined in:
- lib/atm_output_formatter.rb
#example_started(notification) ⇒ Object
12 13 14 |
# File 'lib/atm_output_formatter.rb', line 12 def example_started(notification) notification.example.[:step_index] = 0 end |