Module: ManiokBdd::RSpec::Reporter
- Defined in:
- lib/maniok_bdd/rspec/reporter.rb
Instance Method Summary collapse
- #example_step_failed(example, type, message, options) ⇒ Object
- #example_step_passed(example, type, message, options) ⇒ Object
- #example_step_pending(example, type, message, options) ⇒ Object
- #example_step_started(example, type, message, options) ⇒ Object
Instance Method Details
#example_step_failed(example, type, message, options) ⇒ Object
16 17 18 |
# File 'lib/maniok_bdd/rspec/reporter.rb', line 16 def example_step_failed(example, type, , ) notify :example_step_failed, example, type, , end |
#example_step_passed(example, type, message, options) ⇒ Object
8 9 10 |
# File 'lib/maniok_bdd/rspec/reporter.rb', line 8 def example_step_passed(example, type, , ) notify :example_step_passed, example, type, , end |
#example_step_pending(example, type, message, options) ⇒ Object
12 13 14 |
# File 'lib/maniok_bdd/rspec/reporter.rb', line 12 def example_step_pending(example, type, , ) notify :example_step_pending, example, type, , end |
#example_step_started(example, type, message, options) ⇒ Object
4 5 6 |
# File 'lib/maniok_bdd/rspec/reporter.rb', line 4 def example_step_started(example, type, , ) notify :example_step_started, example, type, , end |