generators/cucumber/templates/common_steps.rb in howitzer-2.0.0 vs generators/cucumber/templates/common_steps.rb in howitzer-2.0.1

- old
+ new

@@ -1,9 +1,9 @@ ############################################################# # PREREQUISITES # ############################################################# -Given /^I have entered (.*) into the calculator$/ do |_input_| +Given /^I have entered (.*) into the calculator$/ do |_input| pending end #################################### # ACTIONS #