mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Fixed missed test case.
This commit is contained in:
@@ -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
|
def test_in_ruby_1_9_you_can_get_a_single_character_from_a_string
|
||||||
string = "Bacon, lettuce and tomato"
|
string = "Bacon, lettuce and tomato"
|
||||||
assert_equal "a", string[1]
|
assert_equal "__", string[1]
|
||||||
|
|
||||||
# Surprised?
|
# Surprised?
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user