From 50bab8b429346fea13a08f8444c02e85de6003bf Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 21 Oct 2009 03:13:24 +0000 Subject: [PATCH] Mocha is needed for tests. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2940 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environments/test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index efaf9a9fb3..388d2022a7 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -23,3 +23,4 @@ config.action_controller.session = { config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com" +config.gem "mocha"