mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
fixed typoo in def test_any_ruby_expression_my_be_interpolated
This commit is contained in:
committed by
Marc Peabody
parent
b3226809ad
commit
e225b1612c
@@ -128,7 +128,7 @@ EOS
|
|||||||
assert_equal __, string
|
assert_equal __, string
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_any_ruby_expression_my_be_interpolated
|
def test_any_ruby_expression_may_be_interpolated
|
||||||
string = "The square root of 5 is #{Math.sqrt(5)}"
|
string = "The square root of 5 is #{Math.sqrt(5)}"
|
||||||
assert_equal __, string
|
assert_equal __, string
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user