wrap parfait tests in module and boot
This commit is contained in:
11
test/parfait/helper.rb
Normal file
11
test/parfait/helper.rb
Normal file
@ -0,0 +1,11 @@
|
||||
require_relative "../helper"
|
||||
|
||||
module Parfait
|
||||
class ParfaitTest < MiniTest::Test
|
||||
|
||||
def setup
|
||||
@machine = Risc.machine.boot
|
||||
@space = Parfait.object_space
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user