rubyx/test/mom/test_instruction.rb

11 lines
153 B
Ruby
Raw Normal View History

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