aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index d192a2e3bf..012f5384e2 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -65,6 +65,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
flash mime_responds record_identifier redirect
render render_json render_xml
send_file request_forgery_protection rescue url_rewriter verification webservice
+ http_basic_authentication http_digest_authentication
).map { |name| "test/controller/#{name}_test.rb" }
end