Method: Cucumber::StepMethods#AfterStep
- Defined in:
- lib/gems/cucumber-0.1.15/lib/cucumber/step_methods.rb
#AfterStep(&proc) ⇒ Object
19 20 21 |
# File 'lib/gems/cucumber-0.1.15/lib/cucumber/step_methods.rb', line 19 def AfterStep(&proc) executor.register_after_step_proc(&proc) end |