aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-21 14:51:29 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-21 14:51:29 -0700
commitad1c90de3a766d12a0906c7cf3772f3bc0e1b445 (patch)
tree911b2e0b1daa62372f1c83c98640f6e968696c6f /actionpack/Rakefile
parent2daac47d585c5b8f37e4749d6a9a3aea4b989bd0 (diff)
downloadrails-ad1c90de3a766d12a0906c7cf3772f3bc0e1b445.tar.gz
rails-ad1c90de3a766d12a0906c7cf3772f3bc0e1b445.tar.bz2
rails-ad1c90de3a766d12a0906c7cf3772f3bc0e1b445.zip
Added the :xml render option
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 2041f5a844..d192a2e3bf 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -63,7 +63,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
t.test_files = %w(
addresses_render base benchmark caching capture content_type dispatcher
flash mime_responds record_identifier redirect
- render render_json
+ render render_json render_xml
send_file request_forgery_protection rescue url_rewriter verification webservice
).map { |name| "test/controller/#{name}_test.rb" }
end