aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-21 02:55:25 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-21 02:55:25 +0200
commite21d1614bb9006e69bf4bb2467b823aa12e64485 (patch)
treeb20697a90e50c57a02d56f99dbf95300ca828325 /actionpack/Rakefile
parent7f7fdc407a90c9ce75ce0a77bc0f631115514d2f (diff)
downloadrails-e21d1614bb9006e69bf4bb2467b823aa12e64485.tar.gz
rails-e21d1614bb9006e69bf4bb2467b823aa12e64485.tar.bz2
rails-e21d1614bb9006e69bf4bb2467b823aa12e64485.zip
Made ActionController::Verification work with 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 684b828254..3a6a54768e 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
+ webservice verification
).map { |name| "test/controller/#{name}_test.rb" }
end