Webrat is an acceptance testing library for Web applications written in Ruby.
I'm writing some tests in webrat with sinatra, and as part of that I need sessions. The webrat wiki mentions …
ruby sinatra webratIs there a way to do integration tests with Rspec without using Cucumber? I prefer using just plain old Webrat. …
ruby-on-rails rspec cucumber webrat