From: Daemian Mack Date: Wed, 31 Aug 2011 21:02:16 +0000 (-0300) Subject: Fix typo. X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=3371a31885902dbd07c459bb7c81e15156926c1a Fix typo. --- 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")