##// END OF EJS Templates
2.6-stable: Gemfile: add gems to test group for Ruby 2.2 (#19652)...
Toshi MARUYAMA -
r13799:0aaf7ab765bd
parent child
Show More
@@ -88,6 +88,8 group :development do
88 end
88 end
89
89
90 group :test do
90 group :test do
91 gem "minitest"
92 gem "test-unit", "~> 3.0"
91 gem "shoulda", "~> 3.3.2"
93 gem "shoulda", "~> 3.3.2"
92 gem "shoulda-matchers", "1.4.1"
94 gem "shoulda-matchers", "1.4.1"
93 gem "mocha", "~> 1.0.0", :require => 'mocha/api'
95 gem "mocha", "~> 1.0.0", :require => 'mocha/api'
General Comments 0
You need to be logged in to leave comments. Login now