aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-23 01:36:09 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-23 01:36:09 +0200
commitf766f669464fa9900197d6b3559c2e00e53de9cd (patch)
tree024a53f449d7a371d3f3442e76b3b479f626d9f8 /actionpack/Rakefile
parenta01d2a25867dbe5235c29557673f3a5692b82aec (diff)
downloadrails-f766f669464fa9900197d6b3559c2e00e53de9cd.tar.gz
rails-f766f669464fa9900197d6b3559c2e00e53de9cd.tar.bz2
rails-f766f669464fa9900197d6b3559c2e00e53de9cd.zip
Make logging_test pass 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 18e5b3d96a..2b48b2cad5 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -68,7 +68,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
http_digest_authentication layout mime_responds
record_identifier redirect render render_json render_xml
send_file request_forgery_protection rescue url_rewriter
- verification webservice
+ verification webservice logging
).map { |name| "test/controller/#{name}_test.rb" }
t.verbose = true
end