aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-23 02:20:28 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-23 02:21:07 +0200
commit595107f22e6a26e20860d0023478437a51daa5c6 (patch)
tree96409e2675024fd3b97fa8c4647a8b5631045c9c /actionpack/Rakefile
parent69a1ea8b5d4befe93ca4d11c052e831c7bd2e2b2 (diff)
downloadrails-595107f22e6a26e20860d0023478437a51daa5c6.tar.gz
rails-595107f22e6a26e20860d0023478437a51daa5c6.tar.bz2
rails-595107f22e6a26e20860d0023478437a51daa5c6.zip
Move html-scanner tests one dir up
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 b9819d4a83..9ce897aae8 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -30,7 +30,7 @@ Rake::TestTask.new(:test_action_pack) do |t|
# make sure we include the tests in alphabetical order as on some systems
# this will not happen automatically and the tests (as a whole) will error
- t.test_files = Dir.glob( "test/{controller,dispatch,template}/**/*_test.rb" ).sort
+ t.test_files = Dir.glob( "test/{controller,dispatch,template,html-scanner}/**/*_test.rb" ).sort
t.verbose = true
#t.warning = true