This commit is contained in:
Chris Kimpton
2011-01-09 11:37:38 +00:00
parent 14792b8ce0
commit ac3de6debd

View File

@@ -31,7 +31,7 @@ class AboutInheritance < EdgeCase::Koan
assert_equal __, Chihuahua.ancestors.include?(Object)
end
def test_subcases_inherit_behavior_from_parent_class
def test_subclasses_inherit_behavior_from_parent_class
chico = Chihuahua.new("Chico")
assert_equal __, chico.name
end