rubyx/test/mom/instruction/helper.rb

7 lines
89 B
Ruby
Raw Normal View History

2018-05-15 18:29:27 +02:00
require_relative '../helper'
module Mom
class InstructionMock < Instruction
end
end