aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-23 01:40:50 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-23 01:46:37 +0200
commitb77602824afe07dfd8fd8e48407a6086802ec7ef (patch)
treeb9334a3bb453bfc08e719cb45e4282acce20fbb1 /actionpack/Rakefile
parentf766f669464fa9900197d6b3559c2e00e53de9cd (diff)
downloadrails-b77602824afe07dfd8fd8e48407a6086802ec7ef.tar.gz
rails-b77602824afe07dfd8fd8e48407a6086802ec7ef.tar.bz2
rails-b77602824afe07dfd8fd8e48407a6086802ec7ef.zip
Add some more tests to the test_new_base_on_old_tests task
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 2b48b2cad5..448acf20cb 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 logging
+ verification webservice logging resources routing
).map { |name| "test/controller/#{name}_test.rb" }
t.verbose = true
end