aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-05-26 14:24:22 -0700
committerCarl Lerche <carllerche@mac.com>2009-05-26 14:24:22 -0700
commit1358f77745c7a4afab0dab7796aa63072c9d323a (patch)
tree9d8dbfc267663526bfb44d0242284fd1daf692a0 /actionpack/Rakefile
parenta3ca5638d365113028610141f025839bb3ed738b (diff)
downloadrails-1358f77745c7a4afab0dab7796aa63072c9d323a.tar.gz
rails-1358f77745c7a4afab0dab7796aa63072c9d323a.tar.bz2
rails-1358f77745c7a4afab0dab7796aa63072c9d323a.zip
Add controller/integration_test.rb to the new base test runner
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 41882e99f1..a70d4834c0 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -64,12 +64,11 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
# ==== Not ported
# * filters
- # * integration
t.test_files = %w(
action_pack_assertions addresses_render assert_select
base benchmark caching capture content_type cookie dispatcher
filter_params flash helper http_basic_authentication
- http_digest_authentication layout logging mime_responds
+ http_digest_authentication integration 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 test url_rewriter