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