Sha256: 47f4b209076e0177da78e3f9f0d3e7e38a60e986f09389432c7c94d01a1ba795
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 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
6 entries across 6 versions & 1 rubygems