rubyx/test/parfait/helper.rb

12 lines
171 B
Ruby
Raw Normal View History

2018-04-26 11:31:37 +02:00
require_relative "../helper"
module Parfait
class ParfaitTest < MiniTest::Test
def setup
Parfait.boot!
2018-04-26 11:31:37 +02:00
@space = Parfait.object_space
end
end
end