strongqa/howitzer

View on GitHub
generators/cucumber/templates/common_steps.rb

Summary

Maintainability
A
0 mins
Test Coverage
#############################################################
#                      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