Commit 00caf25b authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Add BasicObject Tests

parent 5612d195
##
# BasicObject
assert('BasicObject') do
BasicObject.class == Class
end
assert('BasicObject superclass') do
BasicObject.superclass == nil
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment