summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-04 08:05:21 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-04 08:05:21 +0000
commit04a2ca9ce77fcc2db8e22bb876af7329f503b2ac (patch)
treefe446b538af30c6bb6ee108cd7e63a086648e0ce /Gemfile
parent69ff805c8d421566f49f4b98a227475e04a71a4b (diff)
downloadredmine-04a2ca9ce77fcc2db8e22bb876af7329f503b2ac.tar.gz
redmine-04a2ca9ce77fcc2db8e22bb876af7329f503b2ac.zip
remove "test-unit" from Gemfile
This is added by r10137 (#10320, #10818) and shoulda version was upgraded by r11324. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11325 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 56c451e94..8632fca38 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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