Skip to content

Commit

Permalink
Fix a typo in a method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Feb 12, 2011
1 parent 0447d69 commit ef1536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koans/about_modules.rb
Expand Up @@ -42,7 +42,7 @@ def test_normal_methods_are_available_in_the_object
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")
Expand Down

0 comments on commit ef1536e

Please sign in to comment.