Rack::Test not able to find web app cookie
Posted
by lsiden
on Stack Overflow
See other posts from Stack Overflow
or by lsiden
Published on 2010-03-15T20:47:55Z
Indexed on
2010/03/15
20:49 UTC
Read the original article
Hit count: 172
While testing a Sinatra app with Cucumber, Rack::Test was not able to find the cookie that my app created, even though I could clearly see that it was in the Rack::Test::CookieJar object by dumping it with "p".
© Stack Overflow or respective owner