aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-09-28 18:36:45 -0300
committerEmilio Tagua <miloops@gmail.com>2010-09-28 18:36:45 -0300
commit34fc10954959e1e60a1afb83071b98240344e460 (patch)
tree2ab9a7d8e8ce4856f949c194d01bc822b24e930c /actionpack/test
parent454960d9fbd248871b4592f34b427992b009b15a (diff)
downloadrails-34fc10954959e1e60a1afb83071b98240344e460.tar.gz
rails-34fc10954959e1e60a1afb83071b98240344e460.tar.bz2
rails-34fc10954959e1e60a1afb83071b98240344e460.zip
Redefine duplicated test name.
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/render_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb
index 15e298e5fc..7ca784c467 100644
--- a/actionpack/test/controller/render_test.rb
+++ b/actionpack/test/controller/render_test.rb
@@ -1027,7 +1027,7 @@ class RenderTest < ActionController::TestCase
assert_equal " ", @response.body
end
- def test_render_to_string
+ def test_render_to_string_not_deprecated
assert_not_deprecated { get :hello_in_a_string }
assert_equal "How's there? goodbyeHello: davidHello: marygoodbye\n", @response.body
end