@@ -74,8 +74,9 end | |||
|
74 | 74 | |
|
75 | 75 | group :test do |
|
76 | 76 | gem "shoulda", "~> 2.11" |
|
77 |
# Shoulda does not work nice on Ruby 1.9.3 and |
|
|
78 | gem "test-unit", :platforms => [:mri_19] | |
|
77 | # Shoulda does not work nice on Ruby 1.9.3 and JRuby 1.7. | |
|
78 | # It seems to need test-unit explicitely. | |
|
79 | gem "test-unit", :platforms => [:mri_19, :jruby] | |
|
79 | 80 | gem "mocha", "0.12.3" |
|
80 | 81 | end |
|
81 | 82 |
General Comments 0
You need to be logged in to leave comments.
Login now