1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rename duplicated test name.

This commit is contained in:
Emilio Tagua 2010-09-24 16:59:57 -03:00
parent c2940a6bf4
commit bb71f182dd

View file

@ -471,7 +471,7 @@ class SelectorTest < Test::Unit::TestCase
end
def test_first_and_last
def test_only_child_and_only_type_first_and_last
# Only child.
parse(%Q{<table><tr></tr></table>})
select("table:only-child")