Back ported a lot of changes made to the Koans directory.
[ruby_koans.git] / src / about_classes.rb
index b8b67ea..a8336bf 100644 (file)
@@ -126,7 +126,7 @@ class AboutClasses < EdgeCase::Koan
     # Why is this so?
   end
 
-  def test_different_objects_have_difference_instance_variables
+  def test_different_objects_have_different_instance_variables
     fido = Dog6.new("Fido")
     rover = Dog6.new("Rover")