diff --git a/src/about_scope.rb b/src/about_scope.rb index 11352a0..4f116d5 100644 --- a/src/about_scope.rb +++ b/src/about_scope.rb @@ -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