Sha256: eaf5478961e99119eebca839c047fe34807abf6617ca565e3295e765d8bd94e4

Contents?: true

Size: 614 Bytes

Versions: 4

Compression:

Stored size: 614 Bytes

Contents

#############################################################
#                      PREREQUISITES                        #
#############################################################

Given /^I have entered (.*) into the calculator$/ do |_input|
  pending
end

####################################
#              ACTIONS             #
####################################

When /^I press (.*)$/ do |_button|
  pending
end

####################################
#              CHECKS              #
####################################

Then /^the result should be (.*) on the screen$/ do |_output|
  pending
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
howitzer-2.1.0 generators/cucumber/templates/common_steps.rb
howitzer-2.0.3 generators/cucumber/templates/common_steps.rb
howitzer-2.0.2 generators/cucumber/templates/common_steps.rb
howitzer-2.0.1 generators/cucumber/templates/common_steps.rb