rubyx/test/risc/methods/helper.rb

9 lines
135 B
Ruby
Raw Normal View History

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