From bb8d835ad4c78a8f4a84055ed7ee6b0e211b59e8 Mon Sep 17 00:00:00 2001 From: Mani Tadayon Date: Tue, 29 Mar 2011 17:11:33 -0700 Subject: [PATCH] Fix typo in about_modules.rb --- koans/about_modules.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.8.0.2