[rspec-users] Cucumber + capybara: checking list items

2010-04-23 Thread Michael Schuerig
I'm unsure how to check a few things related to lists of items. In this specific case, I have a articles with title and abstract. When there are no articles, I'd like to ensure that there *is* a list on the page, but that it does not contain any articles. When there are articles, they should b

Re: [rspec-users] Rack::Test + cookies + rspec

2010-04-23 Thread Ben Prew
Ben Lovell wrote: > On 16 April 2010 15:59, Ben Lovell wrote: > >> Try: >> >> post 'whatever', {}, {'rack.session' => {:something=>'value'}} >> >> To put things through the session with rack test/sinatra. >> >> Sent from my iPhone >> >> > Hmm, hold up, that isn't what you asked for :) > > You ha