Sha256: f51277cee6deeae6f721821ca2b6ec7b56288369240d1f5b5a83e8e2e7145ad8
Contents?: true
Size: 616 Bytes
Versions: 7
Compression:
Stored size: 616 Bytes
Contents
############################################################# # PREREQUISITES # ############################################################# Given 'I have entered {float} into the calculator' do |_input| pending end #################################### # ACTIONS # #################################### When 'I press {word}' do |_button| pending end #################################### # CHECKS # #################################### Then 'the result should be {float} on the screen' do |_output| pending end
Version data entries
7 entries across 7 versions & 1 rubygems