Re: [rspec-users] problem running rspec test with Webrat

2011-03-08 Thread David Chelimsky
On Mar 8, 2011, at 8:10 AM, Amit Kulkarni wrote: > Hi, > I am trying to run rspec testcase using webrat but it is showing me an > error as "undefined method `last_response' for #" > > Following are my configurations: > Gemfile: > > roup :development, :test do > gem 'sqlite3-ruby', :require => 's

[rspec-users] problem running rspec test with Webrat

2011-03-08 Thread Amit Kulkarni
Hi, I am trying to run rspec testcase using webrat but it is showing me an error as "undefined method `last_response' for #" Following are my configurations: Gemfile: roup :development, :test do gem 'sqlite3-ruby', :require => 'sqlite3' gem "rspec", "=2.4.0" gem "rspec-rails", "2.4.0" #