Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Reset feature fails #3

Closed
croaky opened this issue Apr 3, 2009 · 0 comments
Closed

Password Reset feature fails #3

croaky opened this issue Apr 3, 2009 · 0 comments
Labels

Comments

@croaky
Copy link
Contributor

croaky commented Apr 3, 2009

’ve been unable to figure out why the following two scenarios fail on the same step:

Scenario: User signs up with invalid data

Scenario: User is signed up updated his password and types wrong confirmation

They both fail at:

Then I should see error messages

I’ve looked at the step and it seems that there is an issue with:

Then %{I should see “error(s)? prohibited”}

Where id does not seem to figure out that (s)? is a regular expression.

If I remove the (s)? the first scenario passes and if I add just a s the second scenario passes.

I generated my app with rails boost with the following script: http://www.railsboost.com/1139.rb

Clearance 0.5.3 Shoulda 2.10.1 webrat 0.4.3 nokogiri 1.2.3

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant