diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-09-28 18:35:02 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-09-28 18:35:02 -0300 |
commit | 454960d9fbd248871b4592f34b427992b009b15a (patch) | |
tree | 6c86d7a111144b0c5d3bef0d968738464872c850 /actionpack/test/template/html-scanner | |
parent | 3e336f9ab70305386e941b2bed34e1dfac80a9f8 (diff) | |
download | rails-454960d9fbd248871b4592f34b427992b009b15a.tar.gz rails-454960d9fbd248871b4592f34b427992b009b15a.tar.bz2 rails-454960d9fbd248871b4592f34b427992b009b15a.zip |
Redefine duplicated test name.
Diffstat (limited to 'actionpack/test/template/html-scanner')
-rw-r--r-- | actionpack/test/template/html-scanner/tag_node_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/html-scanner/tag_node_test.rb b/actionpack/test/template/html-scanner/tag_node_test.rb index 9c8fcdc8fc..3d1976c1c2 100644 --- a/actionpack/test/template/html-scanner/tag_node_test.rb +++ b/actionpack/test/template/html-scanner/tag_node_test.rb @@ -221,7 +221,7 @@ class TagNodeTest < Test::Unit::TestCase assert !m.match(:after => {:tag => "span", :attributes => {:k => true}}) end - def test_to_s + def test_tag_to_s t = tag("<b x='foo'>") tag("hello", t) tag("<hr />", t) |