Skip to content

Commit

Permalink
Fixed warning: method redefined; discarding old test_tld
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Aug 25, 2011
1 parent 193dadb commit 8f83210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/public_suffix_service/domain_test.rb
Expand Up @@ -72,7 +72,7 @@ def test_sld
assert_equal "google", @klass.new("com", "google", "www").sld
end

def test_tld
def test_trd
assert_equal "www", @klass.new("com", "google", "www").trd
end

Expand Down

0 comments on commit 8f83210

Please sign in to comment.