fixed the old list tests for hash, and fixed hash to pass them

This commit is contained in:
Torsten Ruger
2014-08-28 16:28:25 +03:00
parent d3c4087871
commit da3cd69a5c
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,10 @@
require_relative "../helper"
require "parfait/hash"
class TestLists < MiniTest::Test
def setup
@list = List.new
@list = Hash.new
end
def test_list_create
assert @list.empty?