Created
September 18, 2015 15:11
-
-
Save scalone/de4bac9b24f706d2fc01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Array ISO Test | |
assert('Array', '15.2.12') do | |
assert_equal(Class, Array.class) | |
end | |
assert('Array inclueded modules', '15.2.12.3') do | |
assert_true(Array.include?(Enumerable)) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment