Sha256: d5980cd3982f1bff2afe1796113a18533b7256afdf64e9d2c70b8d13ac189e95
Contents?: true
Size: 348 Bytes
Versions: 8
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 8 versions & 2 rubygems