[#290] loading mocha after shoulda to make sure, that mocha's patches can be properly applied

This commit is contained in:
Gregor Schmidt 2011-03-19 16:04:43 +01:00
parent 2ec21614fd
commit 8304c6847a
1 changed files with 1 additions and 1 deletions

View File

@ -8,9 +8,9 @@ gem "ruby-openid"
gem "rubytree", "~> 0.5.2", :require => 'tree'
group :development, :test do
gem 'shoulda', '~> 2.10.3'
gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha'
gem 'shoulda', '~> 2.10.3'
end