Merge pull request #36 from dcoder2099/master
Fixed a typo in about_inheritance.rb
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -31,7 +31,7 @@ class AboutInheritance < EdgeCase::Koan
|
||||
assert_equal __(true), 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"), chico.name
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user