fix parfait test

This commit is contained in:
Torsten Ruger
2014-09-04 14:22:28 +03:00
parent 5bb03f2d8b
commit d94ec6c72c
4 changed files with 8 additions and 5 deletions

View File

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