Class: Cucumber::Events::HookTestStepCreated
- Inherits:
-
Object
- Object
- Cucumber::Events::HookTestStepCreated
- Defined in:
- lib/cucumber/events/hook_test_step_created.rb
Overview
Event fired when a step is created from a hook
Instance Attribute Summary collapse
-
#hook ⇒ Object
readonly
Returns the value of attribute hook.
-
#test_step ⇒ Object
readonly
Returns the value of attribute test_step.
Instance Attribute Details
#hook ⇒ Object (readonly)
Returns the value of attribute hook.
9 10 11 |
# File 'lib/cucumber/events/hook_test_step_created.rb', line 9 def hook @hook end |
#test_step ⇒ Object (readonly)
Returns the value of attribute test_step.
9 10 11 |
# File 'lib/cucumber/events/hook_test_step_created.rb', line 9 def test_step @test_step end |