module Cucumber::Hooks
def before_hook(id, location, &block)
def before_hook(id, location, &block) build_hook_step(id, location, block, BeforeHook, Core::Test::Action::Unskippable) end
def before_hook(id, location, &block) build_hook_step(id, location, block, BeforeHook, Core::Test::Action::Unskippable) end