rubyx/test/slot_language/test_slot_compiler2.rb

9 lines
123 B
Ruby

require_relative "helper"
module SlotLanguage
class TestSlotCompiler < MiniTest::Test
include SlotHelper
end
end