]> source.dussan.org Git - redmine.git/commitdiff
Tests not running after upgrade to mocha 0.12.2.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 2 Aug 2012 17:37:03 +0000 (17:37 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 2 Aug 2012 17:37:03 +0000 (17:37 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10155 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 4e7ac9d52699d49281e713d69664e496e82ec761..a1284eb1583042b20973fa4a6e47b496c1aedc86 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -76,7 +76,7 @@ group :test do
   gem "shoulda", "~> 2.11"
   # Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
   gem "test-unit", :platforms => [:mri_19]
-  gem "mocha"
+  gem "mocha", "0.12.1"
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")