Commit c201581c authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes test environments.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3008 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 27e3fa2b
......@@ -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"
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment