basic mom directory structure and a readme
This commit is contained in:
@@ -0,0 +1 @@
|
||||
require_relative "../helper"
|
||||
@@ -0,0 +1 @@
|
||||
require_relative "test_instruction"
|
||||
@@ -0,0 +1,10 @@
|
||||
require_relative "helper"
|
||||
|
||||
module Mom
|
||||
class TestInstruction < MiniTest::Test
|
||||
|
||||
def test_class_exists
|
||||
assert Instruction.new
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user