aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-12-25 19:28:08 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-12-25 19:28:08 +0000
commit04a8b2362deb37f33c0a9060510f194286b6822a (patch)
tree716d8400a1f0dd40556fd5978d267914ef05148f /actionpack/test
parent6e2a771661a47fb682108648244837f8616e350d (diff)
downloadrails-04a8b2362deb37f33c0a9060510f194286b6822a.tar.gz
rails-04a8b2362deb37f33c0a9060510f194286b6822a.tar.bz2
rails-04a8b2362deb37f33c0a9060510f194286b6822a.zip
Make render_test.rb run in isolation
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/render_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb
index 8e08a5a8e9..57827aaab7 100644
--- a/actionpack/test/controller/render_test.rb
+++ b/actionpack/test/controller/render_test.rb
@@ -21,6 +21,8 @@ class MockLogger
end
class TestController < ActionController::Base
+ protect_from_forgery
+
class LabellingFormBuilder < ActionView::Helpers::FormBuilder
end