From 3371a31885902dbd07c459bb7c81e15156926c1a Mon Sep 17 00:00:00 2001 From: Daemian Mack Date: Wed, 31 Aug 2011 18:02:16 -0300 Subject: [PATCH] Fix typo. --- src/about_modules.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about_modules.rb b/src/about_modules.rb index 261746a..334b175 100644 --- a/src/about_modules.rb +++ b/src/about_modules.rb @@ -42,7 +42,7 @@ class AboutModules < EdgeCase::Koan assert_equal __("WOOF"), 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