add some multi method tests

This commit is contained in:
Torsten Ruger
2018-04-26 12:33:33 +03:00
parent a8e7602193
commit 26fe77ed68
5 changed files with 93 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
require_relative '../helper'
module Methods
class MethodsTest < MiniTest::Test
include Risc::Ticker
def setup;end
end
end