Fixed missed test case.

This commit is contained in:
Jeffrey Murray
2011-03-11 17:50:39 -08:00
parent a46642e192
commit eb3403b0ff

View File

@@ -168,7 +168,7 @@ in_ruby_version("1.8") do
def test_in_ruby_1_9_you_can_get_a_single_character_from_a_string
string = "Bacon, lettuce and tomato"
assert_equal "a", string[1]
assert_equal "__", string[1]
# Surprised?
end