example/step_definitions/example.step.rb in cucumber-in-the-yard-1.5 vs example/step_definitions/example.step.rb in cucumber-in-the-yard-1.5.1

- old
+ new

@@ -15,9 +15,10 @@ Given /^that (#{CUSTOMER}) is a valid customer$/ do |customer| pending "Customer #{customer} validation" end When /^a customer logs in as username '([^']+)' with password '([^']+)'$/ do |username,password| + Given "that the customer is a valid customer" pending "Customer logs in with #{username} and #{password}" end Then /^I expect them to have logged in successfully$/ do pending "Validation that the customer has logged in successfully" \ No newline at end of file