Sha256: 1d5162d0def94eb6b8b049ee38ef60c960b591c163d43f5ac1211e87f0497870

Contents?: true

Size: 181 Bytes

Versions: 214

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

When('I say hello') do
  @message = Hello.new.say_hello
end

Then('the message is hello') do
  raise 'Wrong message!' unless @message == 'Hello!'
end

Version data entries

214 entries across 107 versions & 1 rubygems

Version Path
appmap-0.74.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.74.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.73.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.73.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.5 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.5 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.4 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.4 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.3 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.3 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.2 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.2 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.1 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.72.1 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.72.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.71.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.71.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.70.2 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.70.2 test/fixtures/cucumber4_recorder/features/support/steps.rb