aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-21 11:50:34 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-21 21:48:42 +0200
commit59b32f2883b58a1e7bf2c246801a605b673e3fb6 (patch)
treeb1a760cb7f503b745555ac34789940b04fb8af42 /actionpack/Rakefile
parent886eeed52e17184747b43f57282d8635614f1be3 (diff)
downloadrails-59b32f2883b58a1e7bf2c246801a605b673e3fb6.tar.gz
rails-59b32f2883b58a1e7bf2c246801a605b673e3fb6.tar.bz2
rails-59b32f2883b58a1e7bf2c246801a605b673e3fb6.zip
RequestForgeryProtection now works with the new base
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 3a6a54768e..84b42b4eb3 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -63,7 +63,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
t.test_files = %w(
addresses_render base benchmark caching capture content_type dispatcher
flash mime_responds record_identifier redirect render rescue url_rewriter
- webservice verification
+ webservice verification request_forgery_protection
).map { |name| "test/controller/#{name}_test.rb" }
end