Top "Webrat" questions

Webrat is an acceptance testing library for Web applications written in Ruby.

wrong argument type Class (expected Module) (TypeError)

I'm writing some tests in webrat with sinatra, and as part of that I need sessions. The webrat wiki mentions …

ruby sinatra webrat
Rspec integration tests without cucumber?

Is 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