On Wed, Apr 2, 2008 at 1:16 AM, Tim Haines <[EMAIL PROTECTED]> wrote: > Hi there, > > Given my recent problems with .should render_template after a second post, > I'm wondering if there's a way I set the state as logged in inside a given > step without posting to sessions/create?
Why not just post to sessions/create? That works, doesn't it? > I can't seem to directly set > sessions[:user_id]. I'm using restful_authentication. > > This is a story as opposed to a spec.. > > Cheers, > > Tim. > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
