summaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-10-18 22:25:00 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-10-18 22:25:00 +0000
commit35333367dff6a3415bfc00904ac88d42024217f6 (patch)
tree1af169d09b9737df103a89d42ac292c0dea5bb10 /config/environments
parentee9c2d3d880ecbb1437dfe62c76ca46dd6cba429 (diff)
downloadredmine-35333367dff6a3415bfc00904ac88d42024217f6.tar.gz
redmine-35333367dff6a3415bfc00904ac88d42024217f6.zip
Configured object_daddy to help generate test data instead of fixtures. #4004
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2930 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 2d2f76713..efaf9a9fb 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -22,3 +22,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"