##// END OF EJS Templates
Switch to using the shoulda gem from gemcutter. #4573...
Eric Davis -
r3289:ed9eb2d684f2
parent child
Show More
@@ -24,6 +24,6 config.action_controller.session = {
24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application
24 # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application
25 config.action_controller.allow_forgery_protection = false
25 config.action_controller.allow_forgery_protection = false
26
26
27 config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com"
27 config.gem "shoulda"
28 config.gem "edavis10-object_daddy", :lib => "object_daddy"
28 config.gem "edavis10-object_daddy", :lib => "object_daddy"
29 config.gem "mocha"
29 config.gem "mocha"
General Comments 0
You need to be logged in to leave comments. Login now