Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Stick with a working version of mocha
Browse files Browse the repository at this point in the history
mocha 0.12.2 is known not to work with test/unit:
freerange/mocha#94

Pinning the version of mocha until this is resolved
  • Loading branch information
thegcat committed Aug 6, 2012
1 parent a2f8557 commit d24d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d24d4ce

Please sign in to comment.