rearranges test helper modules
This commit is contained in:
11
test/mom/test_assignment.rb
Normal file
11
test/mom/test_assignment.rb
Normal file
@ -0,0 +1,11 @@
|
||||
require_relative "helper"
|
||||
|
||||
module Mom
|
||||
class TestAssignemnt < MiniTest::Test
|
||||
include CompilerHelper
|
||||
|
||||
def test_class_exists
|
||||
assert Instruction.new
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user