Given Logged In

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? 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.

Hi David.

That does the login. So - yes - probably.

I had thought it was breaking the “should render_template” that I make
after
the subsequent post, but maybe something else is causing that to break…

Tim.

On Wed, Apr 2, 2008 at 1:16 AM, Tim H. [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?

Hi Tim

I haven’t had a chance to look at stories yet … but can u not use
the AuthenticatedTestHelper login_as method?

Cheers
Shane