aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-05-26 12:14:50 -0700
committerCarl Lerche <carllerche@mac.com>2009-05-26 12:14:50 -0700
commit09907d1b933d202333280fb2efc079f8bf969e16 (patch)
tree056d2f25b884660f7407147086a098d771ff16a6 /actionpack/Rakefile
parentcbb0724f0d0d51a8097ba707517dcf1d09b07a31 (diff)
downloadrails-09907d1b933d202333280fb2efc079f8bf969e16.tar.gz
rails-09907d1b933d202333280fb2efc079f8bf969e16.tar.bz2
rails-09907d1b933d202333280fb2efc079f8bf969e16.zip
Get controller/view_paths_test.rb to pass on new base
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 9ce897aae8..d10e8b94a7 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -66,7 +66,6 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
# * filters
# * integration
# * test
- # * view_paths
t.test_files = %w(
action_pack_assertions addresses_render assert_select
base benchmark caching capture content_type cookie dispatcher
@@ -74,7 +73,8 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
http_digest_authentication layout logging mime_responds
record_identifier redirect render render_js render_json
render_other render_xml request_forgery_protection rescue
- resources routing selector send_file url_rewriter verification webservice
+ resources routing selector send_file url_rewriter
+ verification view_paths webservice
).map { |name| "test/controller/#{name}_test.rb" }
t.verbose = true
end