From: Jean-Philippe Lang Date: Wed, 4 Nov 2009 17:15:20 +0000 (+0000) Subject: Fixes test environments. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c201581c053a1c23f713b1ea2da6b0dac7a700df;p=redminele%2Fredmine.git Fixes test environments. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3008 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 470a7331..388d2022 100644 --- a/config/environments/test_pgsql.rb +++ b/config/environments/test_pgsql.rb @@ -20,3 +20,7 @@ config.action_controller.session = { :session_key => "_test_session", :secret => "some secret phrase for the tests." } + +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" diff --git a/config/environments/test_sqlite3.rb b/config/environments/test_sqlite3.rb index 470a7331..388d2022 100644 --- a/config/environments/test_sqlite3.rb +++ b/config/environments/test_sqlite3.rb @@ -20,3 +20,7 @@ config.action_controller.session = { :session_key => "_test_session", :secret => "some secret phrase for the tests." } + +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"