Re: [rspec-users] Cookie value set in spec, but controller can't read it

2011-01-12 Thread Marko Anastasov
On Tue, Jan 11, 2011 at 17:33, David Chelimsky wrote: > > On Jan 10, 2011, at 8:27 AM, Marko Anastasov wrote: > >> On Mon, Jan 10, 2011 at 05:05, David Chelimsky wrote: >>> On Jan 5, 2011, at 11:54 AM, Marko Anastasov wrote: >>> Hello, I set a value in controller spec using @request

Re: [rspec-users] Cookie value set in spec, but controller can't read it

2011-01-11 Thread David Chelimsky
On Jan 10, 2011, at 8:27 AM, Marko Anastasov wrote: > On Mon, Jan 10, 2011 at 05:05, David Chelimsky wrote: >> On Jan 5, 2011, at 11:54 AM, Marko Anastasov wrote: >> >>> Hello, >>> >>> I set a value in controller spec using @request.cookies: >>> https://gist.github.com/371356ba0a19666fd3b5 >>>

Re: [rspec-users] Cookie value set in spec, but controller can't read it

2011-01-10 Thread Marko Anastasov
On Mon, Jan 10, 2011 at 05:05, David Chelimsky wrote: > On Jan 5, 2011, at 11:54 AM, Marko Anastasov wrote: > >> Hello, >> >> I set a value in controller spec using @request.cookies: >> https://gist.github.com/371356ba0a19666fd3b5 >> >> but when the controller reads it, it's nil somehow, as this sc

Re: [rspec-users] Cookie value set in spec, but controller can't read it

2011-01-09 Thread David Chelimsky
On Jan 5, 2011, at 11:54 AM, Marko Anastasov wrote: > Hello, > > I set a value in controller spec using @request.cookies: > https://gist.github.com/371356ba0a19666fd3b5 > > but when the controller reads it, it's nil somehow, as this screenshot > from the debugger shows: > http://dl.dropbox.com/u

[rspec-users] Cookie value set in spec, but controller can't read it

2011-01-09 Thread Marko Anastasov
Hello, I set a value in controller spec using @request.cookies: https://gist.github.com/371356ba0a19666fd3b5 but when the controller reads it, it's nil somehow, as this screenshot from the debugger shows: http://dl.dropbox.com/u/830772/p/Selection_033.jpeg This does not occur in development envi