Skip to content

Commit

Permalink
Completed open classes test
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Aug 11, 2011
1 parent f4aa0fb commit be8f7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions about_open_classes.rb
Expand Up @@ -38,8 +38,8 @@ def even?
# TODO: reference previous tests on scope in about_constants.rb

def test_even_existing_built_in_classes_can_be_reopened
assert_equal __, 1.even?
assert_equal __, 2.even?
assert_equal false, 1.even?
assert_equal true, 2.even?
end

# NOTE: To understand why we need the :: before Integer, you need to
Expand Down

0 comments on commit be8f7cf

Please sign in to comment.