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_errored(_e) ⇒ Object
30 31 |
# File 'lib/rspec/longrun/dsl.rb', line 30 def step_errored(_e) end |
#step_finished ⇒ Object
27 28 |
# File 'lib/rspec/longrun/dsl.rb', line 27 def step_finished end |
#step_started(_description) ⇒ Object
24 25 |
# File 'lib/rspec/longrun/dsl.rb', line 24 def step_started(_description) end |