features/step_definitions/engine/clearance_steps.rb in clearance-0.14.0 vs features/step_definitions/engine/clearance_steps.rb in clearance-0.15.0
- old
+ new
@@ -30,10 +30,10 @@
I sign in with "#{email}"
}
end
When /^I sign in (?:with|as) "([^"]*)"$/ do |email|
- When %{I sign in with "#{email}" and "password"}
+ step %{I sign in with "#{email}" and "password"}
end
When /^I sign in (?:with|as) "([^"]*)" and "([^"]*)"$/ do |email, password|
visit sign_in_path
page.should have_css("input[type='email']")