Stick with a working version of mocha

mocha 0.12.2 is known not to work with test/unit:
https://github.com/freerange/mocha/issues/94

Pinning the version of mocha until this is resolved
This commit is contained in:
Felix Schäfer 2012-08-06 10:34:41 +02:00
parent a2f8557f23
commit d24d4ce6b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ group :test do
# Shoulda doesn't work nice on 1.9.3 and seems to need test-unit explicitely…
gem 'test-unit', :platforms => [:mri_19]
gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha'
gem 'mocha', '0.12.1'
gem 'capybara'
end