rubyx/test/mom/test_instruction.rb
2017-04-10 11:47:18 +03:00

11 lines
153 B
Ruby

require_relative "helper"
module Mom
class TestInstruction < MiniTest::Test
def test_class_exists
assert Instruction.new
end
end
end