Displaying 1 result from an estimated 1 matches for "rest_auth_stori".
Did you mean:
rest_auth_stories
2008 Jun 15
2
RSpec story failing because of routing error on "/"
...outing error on "/".
Which I don''t really understand, because the route "/" certainly does
exist as I can confirm when I run ./script/server and point my browser
at http://localhost:3000/
Here is an example of the error I am getting when I run "ruby stories/
rest_auth_stories.rb":
Scenario: Anonymous user can get a login form.
Given an anonymous user (FAILED)
When she goes to /login
Then she should be at the new sessions page
And the page should look AWESOME (SKIPPED)
And she should see a <form> containing a textfield: Login,...