summaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-10-21 03:13:24 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-10-21 03:13:24 +0000
commit50bab8b429346fea13a08f8444c02e85de6003bf (patch)
treeb685d609bc747b6e3943b6fd6421882680cb8add /config/environments
parenta41ba2aed7cb9bdea32413691a0c318613fa54aa (diff)
downloadredmine-50bab8b429346fea13a08f8444c02e85de6003bf.tar.gz
redmine-50bab8b429346fea13a08f8444c02e85de6003bf.zip
Mocha is needed for tests.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2940 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index efaf9a9fb..388d2022a 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"