##// END OF EJS Templates
Merged r10137 from trunk to 2.0-stable (#10320, #10818)...
Toshi MARUYAMA -
r9955:568cce5b22f3
parent child
Show More
@@ -74,6 +74,8 end
74
74
75 group :test do
75 group :test do
76 gem "shoulda", "~> 2.11"
76 gem "shoulda", "~> 2.11"
77 # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
78 gem "test-unit", :platforms => [:mri_19]
77 gem "mocha"
79 gem "mocha"
78 end
80 end
79
81
General Comments 0
You need to be logged in to leave comments. Login now