summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/environments/test_pgsql.rb4
-rw-r--r--config/environments/test_sqlite3.rb4
2 files changed, 8 insertions, 0 deletions
diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb
index 470a7331d..388d2022a 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 470a7331d..388d2022a 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"