aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-22 19:51:11 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-22 19:51:17 +0200
commit1d168afcb146872cb7e49b6d513629fbb19e39b0 (patch)
tree0092f8aaf27c211426898846b6aa919dc1ca4fcc /actionpack/Rakefile
parentfaaff383e6f52e1c077684bfa49619139db728fb (diff)
downloadrails-1d168afcb146872cb7e49b6d513629fbb19e39b0.tar.gz
rails-1d168afcb146872cb7e49b6d513629fbb19e39b0.tar.bz2
rails-1d168afcb146872cb7e49b6d513629fbb19e39b0.zip
Move FilterParameterLogging to a stand alone module and make it work on 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 bc30fc7308..c9ed9ac532 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -66,7 +66,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
render render_json render_xml
send_file request_forgery_protection rescue url_rewriter verification webservice
http_basic_authentication http_digest_authentication
- action_pack_assertions assert_select
+ action_pack_assertions assert_select filter_params
).map { |name| "test/controller/#{name}_test.rb" }
end