Skip to content

Commit

Permalink
When is deprecated in step definitions, changed to step.
Browse files Browse the repository at this point in the history
  • Loading branch information
MDaubs committed Jan 16, 2012
1 parent 214d1dd commit 691e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/engine/clearance_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
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|
Expand Down

0 comments on commit 691e867

Please sign in to comment.