aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-22 18:40:26 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-22 19:01:52 +0200
commit9d08f86cd45ed939ecf2e24e81655371910c8045 (patch)
treefd29fc131279e8633921804a593fa80df0e695d2 /actionpack/Rakefile
parentd1d9a6c26113cf4a0decb504c46e4e7fe4351ce6 (diff)
downloadrails-9d08f86cd45ed939ecf2e24e81655371910c8045.tar.gz
rails-9d08f86cd45ed939ecf2e24e81655371910c8045.tar.bz2
rails-9d08f86cd45ed939ecf2e24e81655371910c8045.zip
Make assertion tests pass with the new base
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 012f5384e2..494286fa4c 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -66,6 +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
).map { |name| "test/controller/#{name}_test.rb" }
end