2.6-stable: Gemfile: add gems to test group for Ruby 2.2 (#19652)

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14181 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2015-04-17 09:57:53 +00:00
parent 88c186c423
commit 0aaf7ab765

View File

@@ -88,6 +88,8 @@ group :development do
end
group :test do
gem "minitest"
gem "test-unit", "~> 3.0"
gem "shoulda", "~> 3.3.2"
gem "shoulda-matchers", "1.4.1"
gem "mocha", "~> 1.0.0", :require => 'mocha/api'