Changeset 69

Show
Ignore:
Timestamp:
01/07/08 17:32:59 (11 months ago)
Author:
jweiss
Message:

Disable request forgery protection in test environment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/environments/test.rb

    r1 r69  
    1414config.action_controller.perform_caching             = false 
    1515 
     16# Disable request forgery protection in test environment 
     17config.action_controller.allow_forgery_protection    = false 
     18 
    1619# Tell ActionMailer not to deliver emails to the real world. 
    1720# The :test delivery method accumulates sent emails in the