Fix typo.

This commit is contained in:
Daemian Mack
2011-08-31 18:02:16 -03:00
parent 75d1505a44
commit 3371a31885

View File

@@ -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")