Fix typo in about_modules.rb

This commit is contained in:
Mani Tadayon
2011-03-29 17:11:33 -07:00
parent 6dc43a1ab0
commit bb8d835ad4

View File

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