Tests not running after upgrade to mocha 0.12.2.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10155 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1a38434d5f
commit
3f1c35b71e
2
Gemfile
2
Gemfile
|
@ -76,7 +76,7 @@ group :test do
|
||||||
gem "shoulda", "~> 2.11"
|
gem "shoulda", "~> 2.11"
|
||||||
# Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
|
# Shoulda does not work nice on Ruby 1.9.3 and seems to need test-unit explicitely.
|
||||||
gem "test-unit", :platforms => [:mri_19]
|
gem "test-unit", :platforms => [:mri_19]
|
||||||
gem "mocha"
|
gem "mocha", "0.12.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||||
|
|
Loading…
Reference in New Issue