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 TestObject < MiniTest::Test
def setup
@object = ::Parfait::Object.new_object
@object = ::Parfait::Object.new
end
def test_object_create