Core::Filter.new(:hooks)
# File lib/cucumber/filters/apply_around_hooks.rb, line 6 def test_case(test_case) around_hooks = hooks.find_around_hooks(test_case) test_case.with_around_hooks(around_hooks).describe_to(receiver) end