class Cucumber::Filters::ApplyAroundHooks

Public Instance Methods

test_case(test_case) click to toggle source
# 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