rubyx/test/risc/methods/helper.rb
2018-04-26 12:33:33 +03:00

9 lines
135 B
Ruby

require_relative '../helper'
module Methods
class MethodsTest < MiniTest::Test
include Risc::Ticker
def setup;end
end
end