Sha256: b8b4923739e62ea20d27eab406598964a83b5d5be1a0b755456f6b42161da207
Contents?: true
Size: 317 Bytes
Versions: 33
Compression:
Stored size: 317 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
33 entries across 33 versions & 4 rubygems