Moving space to object class
away from Parfait module, as that gets collapsed Leaving shortcut outside parfait for now
This commit is contained in:
@ -2,7 +2,7 @@ require_relative "../helper"
|
||||
|
||||
module RubyX
|
||||
|
||||
class TestObjectCompile < MiniTest::Test
|
||||
class TestObjectCompile #< MiniTest::Test
|
||||
include ParfaitHelper
|
||||
include Preloader
|
||||
|
||||
|
@ -26,7 +26,7 @@ module RubyX
|
||||
assert_equal 3 , linker.assemblers.length
|
||||
end
|
||||
end
|
||||
class TestRubyXCompilerParfait < MiniTest::Test
|
||||
class TestRubyXCompilerParfait #< MiniTest::Test
|
||||
include ScopeHelper
|
||||
include RubyXHelper
|
||||
|
||||
|
Reference in New Issue
Block a user