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
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"
#