diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ group :test do gem 'rspec-rails', '~> 1.3.4' gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19 gem 'coveralls', :require => false + # Using webrat because the preferred (capybara) doesn't work out of the box with rspec 1 + gem 'webrat' end group :development do |