##// END OF EJS Templates
Tests not running after upgrade to mocha 0.12.2....
Jean-Philippe Lang -
r9972:3f1c35b71ea2
parent child
Show More
@@ -76,7 +76,7 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.
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]
78 gem "test-unit", :platforms => [:mri_19]
79 gem "mocha"
79 gem "mocha", "0.12.1"
80 end
80 end
81
81
82 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
82 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
General Comments 0
You need to be logged in to leave comments. Login now