aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-22 19:03:27 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-22 19:03:27 +0200
commitfaaff383e6f52e1c077684bfa49619139db728fb (patch)
tree937d8af43b06459ca9833ba9ae682c54237de8b9 /actionpack/Rakefile
parent9d08f86cd45ed939ecf2e24e81655371910c8045 (diff)
downloadrails-faaff383e6f52e1c077684bfa49619139db728fb.tar.gz
rails-faaff383e6f52e1c077684bfa49619139db728fb.tar.bz2
rails-faaff383e6f52e1c077684bfa49619139db728fb.zip
Add assert_select tests to 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 494286fa4c..bc30fc7308 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
+ action_pack_assertions assert_select
).map { |name| "test/controller/#{name}_test.rb" }
end