Skip to content

Commit

Permalink
added the "I have reset my email..." step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer authored and qrush committed Jun 27, 2010
1 parent e3f12d0 commit ae2c7ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/step_definitions/email_reset_steps.rb
Expand Up @@ -5,7 +5,9 @@
end

Given /^I have reset my email address to "([^\"]*)"$/ do |email|
pending
Given %{I am on my edit profile page}
When %{I fill in "Email address" with "#{email}"}
And %{I press "Reset email address"}
end

Then /^I should see the message "([^\"]*)"$/ do |message|
Expand Down

0 comments on commit ae2c7ca

Please sign in to comment.