move from new_object to normal new

This commit is contained in:
Torsten Ruger
2015-07-20 13:01:15 +03:00
parent 08e1852e5f
commit 2c1c38716b
13 changed files with 33 additions and 21 deletions

View File

@ -3,7 +3,7 @@ require_relative "../helper"
class TestList < MiniTest::Test
def setup
@list = ::Parfait::List.new_object
@list = ::Parfait::List.new
end
def test_list_create
assert @list.empty?