Hi Glen,

I do not mean to insult you, but is /session/create actually doing a  
redirect? A similar rspec test works for me.

--
Matt Berther
http://www.mattberther.com




On Mar 26, 2008, at 5:51 PM, Glenn Ford wrote:

> On Mar 26, 2008, at 6:28 PM, Chuck Remes wrote:
>
>>
>> On Mar 26, 2008, at 4:02 PM, Glenn Ford wrote:
>>> Hi all!  I've been through the RSpec Stories PeepCode and some
>>> various
>>> other readings online, and now I'm trying to build a dummy
>>> application
>>> of the traditional style: log in, make posts, add comments.
>>>
>>> So I've run the scaffold for posts/comments and the script for
>>> RestfulAuthentication so I have the users and SessionController and
>>> all that set up in this project.  Now I've written this story:
>>>
>>> http://pastie.caboo.se/pastes/171140
>>>
>>> In it I'm trying to do a post to "/session/create" in order to log
>>> in.  I figure I want to be able to call this from an Story so that I
>>> can reuse it for different scenarios when I want to test things
>>> requiring login.
>>>
>>> What am I doing wrong here?
>>
>> Glenn,
>>
>> please include a pastie that shows the error you are getting or the
>> behavior that isn't working.
>>
>> cr
>
> Oh sorry about that... it was there before I promise :)
>
> FAILURES:
>     1) User Stuff (Create a new user) FAILED
>     Spec::Expectations::ExpectationNotMetError: expected redirect? to
> return true, got false
>     stories/user_story.rb:34:in `I should be logged in'
> stories/user_story.rb:31
> stories/user_story.rb:3
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to