mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Changed minor constant count change.
This commit is contained in:
@@ -74,6 +74,6 @@ class AboutScope < EdgeCase::Koan
|
|||||||
|
|
||||||
def test_you_can_get_a_list_of_constants_for_any_class_or_module
|
def test_you_can_get_a_list_of_constants_for_any_class_or_module
|
||||||
assert_equal __(["Dog"]), Jims.constants
|
assert_equal __(["Dog"]), Jims.constants
|
||||||
assert_equal __(121), Object.constants.size
|
assert_equal __(122), Object.constants.size
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user