basic mom directory structure and a readme
This commit is contained in:
1
test/mom/helper.rb
Normal file
1
test/mom/helper.rb
Normal file
@ -0,0 +1 @@
|
||||
require_relative "../helper"
|
1
test/mom/test_all.rb
Normal file
1
test/mom/test_all.rb
Normal file
@ -0,0 +1 @@
|
||||
require_relative "test_instruction"
|
10
test/mom/test_instruction.rb
Normal file
10
test/mom/test_instruction.rb
Normal file
@ -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