rubyx/test/risc/methods/helper.rb

9 lines
135 B
Ruby
Raw Normal View History

2018-04-26 11:33:33 +02:00
require_relative '../helper'
module Methods
class MethodsTest < MiniTest::Test
include Risc::Ticker
def setup;end
end
end