You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

after_hooks_spec.rb 368 B

2 years ago
12345678910111213141516
  1. require 'spec_helper'
  2. require 'cucumber/runtime/hooks_examples'
  3. require 'cucumber/runtime/after_hooks'
  4. module Cucumber
  5. class Runtime
  6. describe AfterHooks do
  7. let(:subject) { AfterHooks.new(id_generator, hooks, scenario, event_bus) }
  8. describe '#apply_to' do
  9. include_examples 'events are fired when applying hooks'
  10. end
  11. end
  12. end
  13. end

No Description

Contributors (1)