diff options
author | francis <francis> | 2008-02-11 14:35:11 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-11 14:35:11 +0000 |
commit | 3fd61dd559b1f2c656b793829f0181ed640abfe2 (patch) | |
tree | 782ce5336a78b429381f3b33c2fa3567702b8b9d /config/environment.rb | |
parent | 46f4d659b6dc24ae39e05b34f48359ef2f4b9586 (diff) |
Validate all HTML responses when running test code.
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 81257c0aa..53d1fa2ed 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -128,4 +128,3 @@ module ActiveRecord end end end - |