add some multi method tests
This commit is contained in:
8
test/risc/methods/helper.rb
Normal file
8
test/risc/methods/helper.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require_relative '../helper'
|
||||
|
||||
module Methods
|
||||
class MethodsTest < MiniTest::Test
|
||||
include Risc::Ticker
|
||||
def setup;end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user