Add controller/integration_test.rb to the new base test runner

This commit is contained in:
Carl Lerche 2009-05-26 14:24:22 -07:00
parent a3ca5638d3
commit 1358f77745
1 changed files with 1 additions and 2 deletions

View File

@ -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