Skip to content

Commit

Permalink
fixed typoo in def test_any_ruby_expression_my_be_interpolated
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Osborne authored and Marc Peabody committed Oct 8, 2009
1 parent b322680 commit e225b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koans/about_strings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_single_quoted_strings_do_not_interpolate
assert_equal __, string
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)}"
assert_equal __, string
end
Expand Down

0 comments on commit e225b16

Please sign in to comment.