Fix a typo in a method name.

This commit is contained in:
Erick Tryzelaar
2011-02-12 10:43:27 -08:00
parent 0447d69a6d
commit ef1536eda0

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