fixed typoo in def test_any_ruby_expression_my_be_interpolated
authorRobert Osborne <rj@rjs-lappy.local>
Mon, 29 Jun 2009 00:11:51 +0000 (20:11 -0400)
committerMarc Peabody <marc@theedgecase.com>
Thu, 8 Oct 2009 17:19:07 +0000 (13:19 -0400)
koans/about_strings.rb

index db3289a..48190dd 100644 (file)
@@ -128,7 +128,7 @@ EOS
     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