Class: Cucumber::Filters::ApplyAfterStepHooks

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/filters/apply_after_step_hooks.rb

Instance Method Summary collapse

Instance Method Details

#test_case(test_case) ⇒ Object



8
9
10
11
# File 'lib/cucumber/filters/apply_after_step_hooks.rb', line 8

def test_case(test_case)
  test_steps = hooks.find_after_step_hooks(test_case).apply(test_case.test_steps)
  test_case.with_steps(test_steps).describe_to(receiver)
end