##// END OF EJS Templates
Fixes test environments....
Jean-Philippe Lang -
r2894:c201581c053a
parent child
Show More
@@ -20,3 +20,7 config.action_controller.session = {
20 :session_key => "_test_session",
20 :session_key => "_test_session",
21 :secret => "some secret phrase for the tests."
21 :secret => "some secret phrase for the tests."
22 }
22 }
23
24 config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com"
25 config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com"
26 config.gem "mocha"
@@ -20,3 +20,7 config.action_controller.session = {
20 :session_key => "_test_session",
20 :session_key => "_test_session",
21 :secret => "some secret phrase for the tests."
21 :secret => "some secret phrase for the tests."
22 }
22 }
23
24 config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com"
25 config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com"
26 config.gem "mocha"
General Comments 0
You need to be logged in to leave comments. Login now