Fix minor typo in method name: strings ARE unique objects

This commit is contained in:
Jeff Casimir
2011-01-12 14:12:15 -05:00
committed by Marc Peabody
parent 670101783b
commit 70eae5b306
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ EOS
assert_equal __, words.join(" ")
end
def test_strings_are_not_unique_objects
def test_strings_are_unique_objects
a = "a string"
b = "a string"