summaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-02-08 18:53:12 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-02-08 18:53:12 +0000
commit81ee2ff884c832859d4b635b72472c9724c5d5cc (patch)
tree0410ee17c9c0591df9f7267d0bc192796844da9a /config/environments
parent9482831313024635e47c2a434020f6e20c0a9d4a (diff)
downloadredmine-81ee2ff884c832859d4b635b72472c9724c5d5cc.tar.gz
redmine-81ee2ff884c832859d4b635b72472c9724c5d5cc.zip
Updated object_daddy to a newer version (bugfixes)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3398 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index 0d1b42e5b..291e80cd0 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -25,5 +25,5 @@ config.action_controller.session = {
config.action_controller.allow_forgery_protection = false
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 "edavis10-object_daddy", :lib => "object_daddy"
config.gem "mocha"