From ed9eb2d684f2befd469f830f48ef8d77cb14025a Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 10 Feb 2010 00:56:14 +0000 Subject: [PATCH] Switch to using the shoulda gem from gemcutter. #4573 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3403 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 291e80cd..138c8ccb 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -24,6 +24,6 @@ config.action_controller.session = { # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application config.action_controller.allow_forgery_protection = false -config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" +config.gem "shoulda" config.gem "edavis10-object_daddy", :lib => "object_daddy" config.gem "mocha"