diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -75,11 +75,6 @@ end group :test do gem "shoulda", "~> 3.3.2" - # Shoulda does not work nice on Ruby 1.9.3 and JRuby 1.7. - # It seems to need test-unit explicitely. - platforms = [:mri_19] - platforms << :jruby if defined?(JRUBY_VERSION) && JRUBY_VERSION >= "1.7" - gem "test-unit", :platforms => platforms gem "mocha", "0.12.3" gem 'capybara', '~> 2.0.0' end |