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.83.4 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.83.4 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.83.3 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.83.3 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.83.2 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.83.2 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.83.1 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.83.1 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.83.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.83.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.82.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.82.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.81.1 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.81.1 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.81.0 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.81.0 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.80.2 test/fixtures/cucumber_recorder/features/support/steps.rb
appmap-0.80.2 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.80.1 test/fixtures/cucumber4_recorder/features/support/steps.rb
appmap-0.80.1 test/fixtures/cucumber_recorder/features/support/steps.rb