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:
parent
a2f8557f23
commit
d24d4ce6b6
2
Gemfile
2
Gemfile
@ -19,7 +19,7 @@ group :test do
|
|||||||
# Shoulda doesn't work nice on 1.9.3 and seems to need test-unit explicitely…
|
# Shoulda doesn't work nice on 1.9.3 and seems to need test-unit explicitely…
|
||||||
gem 'test-unit', :platforms => [:mri_19]
|
gem 'test-unit', :platforms => [:mri_19]
|
||||||
gem 'edavis10-object_daddy', :require => 'object_daddy'
|
gem 'edavis10-object_daddy', :require => 'object_daddy'
|
||||||
gem 'mocha'
|
gem 'mocha', '0.12.1'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user