Method: MyListClassTests#test_contents

Defined in:
lib/testing.rb

#test_contentsObject



137
138
139
# File 'lib/testing.rb', line 137

def test_contents
  assert_equal [1, 2, 3], MyList.new([1, 2, 3]).contents
end