class Cucumber::Runtime::BeforeHooks

def apply_to(test_case)

def apply_to(test_case)
  test_case.with_steps(
    before_hooks + test_case.test_steps
  )
end