From: Mani Tadayon Date: Wed, 30 Mar 2011 00:11:33 +0000 (-0700) Subject: Fix typo in about_modules.rb X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=bb8d835ad4c78a8f4a84055ed7ee6b0e211b59e8 Fix typo in about_modules.rb --- diff --git a/koans/about_modules.rb b/koans/about_modules.rb index cd967a9..8b56b65 100644 --- a/koans/about_modules.rb +++ b/koans/about_modules.rb @@ -42,7 +42,7 @@ class AboutModules < EdgeCase::Koan assert_equal __, fido.bark end - def test_module_methods_are_also_availble_in_the_object + def test_module_methods_are_also_available_in_the_object fido = Dog.new assert_nothing_raised(Exception) do fido.set_name("Rover")