Method: Cucumber::Hooks.before_hook
- Defined in:
- lib/cucumber/hooks.rb
permalink .before_hook(id, location, &block) ⇒ Object
[View source] [View on GitHub]
12 13 14 |
# File 'lib/cucumber/hooks.rb', line 12 def before_hook(id, location, &block) build_hook_step(id, location, block, BeforeHook, Core::Test::UnskippableAction) end |