From a7382f394069c849f6efe66c669a15dd64625e70 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Mon, 21 Dec 2009 16:37:06 -0500 Subject: [PATCH] Changed minor constant count change. --- src/about_scope.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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