Skip to content

Commit

Permalink
Doh! Readd Webrat for RSpec requests. Capybara does not support POST
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Evans committed Jan 20, 2012
1 parent a30dea3 commit cf2c2b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -56,4 +56,5 @@ group :development, :test do
gem 'rspec'
gem 'rspec-rails'
gem 'nokogiri', '~> 1.5.0'
gem 'webrat'
end
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -188,6 +188,10 @@ GEM
uglifier (1.2.2)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
will_paginate (3.0.2)
xpath (0.1.4)
nokogiri (~> 1.3)
Expand Down Expand Up @@ -220,4 +224,5 @@ DEPENDENCIES
sqlite3-ruby
trinidad
uglifier (>= 1.0.3)
webrat
will_paginate (~> 3.0.2)

0 comments on commit cf2c2b6

Please sign in to comment.