aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/selector_test.rb
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-09-24 16:59:57 -0300
committerEmilio Tagua <miloops@gmail.com>2010-09-27 11:19:24 -0300
commitbb71f182ddf53333d4b3cabe111d7ba58d8cbe23 (patch)
tree2eca9110a348ef2b9f8ece3a1318eab14f25ec3d /actionpack/test/controller/selector_test.rb
parentc2940a6bf4b101eafc0c9d968f4e702473156613 (diff)
downloadrails-bb71f182ddf53333d4b3cabe111d7ba58d8cbe23.tar.gz
rails-bb71f182ddf53333d4b3cabe111d7ba58d8cbe23.tar.bz2
rails-bb71f182ddf53333d4b3cabe111d7ba58d8cbe23.zip
Rename duplicated test name.
Diffstat (limited to 'actionpack/test/controller/selector_test.rb')
-rw-r--r--actionpack/test/controller/selector_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/selector_test.rb b/actionpack/test/controller/selector_test.rb
index 23ccbf6987..8ce9e43402 100644
--- a/actionpack/test/controller/selector_test.rb
+++ b/actionpack/test/controller/selector_test.rb
@@ -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")