Method: Cucumber::RunningTestCase::TestCase#accept_hook?
- Defined in:
- lib/cucumber/running_test_case.rb
permalink #accept_hook?(hook) ⇒ Boolean
30 31 32 |
# File 'lib/cucumber/running_test_case.rb', line 30 def accept_hook?(hook) hook.tag_expressions.all? { |expression| @test_case.(expression) } end |