Sha256: dca69e00de8ff4faaefce70f9078615173573ed092d691c95ce7bed8b2a27c20

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

require 'cucumber/core/events'

module Cucumber
  module Events

    # Signals that a {Cucumber::Core::Test::Step} is about to be executed
    class TestStepStarted < Core::Events::TestStepStarted

      # @return [Cucumber::Core::Test::Step] the test step to be executed
      attr_reader :test_step

    end

  end
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cucumber-3.0.1 lib/cucumber/events/test_step_started.rb
cucumber-3.0.0 lib/cucumber/events/test_step_started.rb