From aaaa1782b44c620cecb97238534a2bd2be5d365a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 24 Apr 2010 11:48:47 +0200 Subject: =?UTF-8?q?Fix=20render=20:xml=20test=20(ht=20Simo=20Niemel=C3=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actionpack/test/controller/render_xml_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test/controller/render_xml_test.rb') diff --git a/actionpack/test/controller/render_xml_test.rb b/actionpack/test/controller/render_xml_test.rb index 518842c34c..4bf867fa41 100644 --- a/actionpack/test/controller/render_xml_test.rb +++ b/actionpack/test/controller/render_xml_test.rb @@ -64,8 +64,8 @@ class RenderXmlTest < ActionController::TestCase end def test_rendering_xml_should_call_to_xml_with_extra_options - get :render_with_to_xml - assert_equal "", @response.body + get :render_xml_with_custom_options + assert_equal "", @response.body end def test_rendering_with_object_location_should_set_header_with_url_for -- cgit v1.2.3