Changed minor constant count change.

This commit is contained in:
Jim Weirich
2009-12-21 16:37:06 -05:00
parent 4fb9f8fb9f
commit a7382f3940

View File

@@ -74,6 +74,6 @@ class AboutScope < EdgeCase::Koan
def test_you_can_get_a_list_of_constants_for_any_class_or_module
assert_equal __(["Dog"]), Jims.constants
assert_equal __(121), Object.constants.size
assert_equal __(122), Object.constants.size
end
end