Class: RSpec::Longrun::DSL::NullStepFormatter
- Inherits:
-
Object
- Object
- RSpec::Longrun::DSL::NullStepFormatter
- Defined in:
- lib/rspec/longrun/dsl.rb
Instance Method Summary collapse
Instance Method Details
#step_failed ⇒ Object
36 37 |
# File 'lib/rspec/longrun/dsl.rb', line 36 def step_failed end |
#step_finished ⇒ Object
33 34 |
# File 'lib/rspec/longrun/dsl.rb', line 33 def step_finished end |
#step_started(_description) ⇒ Object
30 31 |
# File 'lib/rspec/longrun/dsl.rb', line 30 def step_started(_description) end |