class Cucumber::Filters::ApplyAroundHooks

def test_case(test_case)

def test_case(test_case)
  around_hooks = hooks.find_around_hooks(test_case)
  test_case.with_around_hooks(around_hooks).describe_to(receiver)
end