diff --git a/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb index 470a733..388d202 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 470a733..388d202 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"