this change allows the app to get the csrf fixes working when running rake training

This commit is contained in:
cktricky
2015-01-09 11:40:37 -05:00
parent e9f66b8694
commit 907045488d
+1 -1
View File
@@ -22,7 +22,7 @@ Railsgoat::Application.configure do
config.action_dispatch.show_exceptions = false
# Disable request forgery protection in test environment
config.action_controller.allow_forgery_protection = false
config.action_controller.allow_forgery_protection = true
# Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the