OSDN Git Service

Fixes test environments.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Nov 2009 17:15:20 +0000 (17:15 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Nov 2009 17:15:20 +0000 (17:15 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3008 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environments/test_pgsql.rb
config/environments/test_sqlite3.rb

index 470a733..388d202 100644 (file)
@@ -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"
index 470a733..388d202 100644 (file)
@@ -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"