mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Evaluated each assert line without a replacement test specified.
This commit is contained in:
@@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
class AboutArrays < EdgeCase::Koan
|
||||
def test_creating_arrays
|
||||
empty_array = Array.new
|
||||
assert_equal Array, empty_array.class
|
||||
assert_equal __, empty_array.class
|
||||
assert_equal __, empty_array.size
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user