Sha256: 543675568b0241aa4367420561ae6ebf5bd510c07079387e92513cacee2f2bc2

Contents?: true

Size: 269 Bytes

Versions: 16

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

require 'cucumber/core/events'

module Cucumber
  module Events
    # Event fired when a step is created from a hook
    class HookTestStepCreated < Core::Event.new(:test_step, :hook)
      attr_reader :test_step, :hook
    end
  end
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
cucumber-9.2.1 lib/cucumber/events/hook_test_step_created.rb
cucumber-9.2.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-9.1.2 lib/cucumber/events/hook_test_step_created.rb
cucumber-9.1.1 lib/cucumber/events/hook_test_step_created.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/cucumber-9.1.0/lib/cucumber/events/hook_test_step_created.rb
cucumber-9.1.0 lib/cucumber/events/hook_test_step_created.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/cucumber-9.0.2/lib/cucumber/events/hook_test_step_created.rb
cucumber-9.0.2 lib/cucumber/events/hook_test_step_created.rb
cucumber-9.0.1 lib/cucumber/events/hook_test_step_created.rb
cucumber-9.0.0 lib/cucumber/events/hook_test_step_created.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/hook_test_step_created.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/hook_test_step_created.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/hook_test_step_created.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/events/hook_test_step_created.rb
cucumber-8.0.0 lib/cucumber/events/hook_test_step_created.rb
cucumber-8.0.0.rc.1 lib/cucumber/events/hook_test_step_created.rb