rename test to avoid clashes
This commit is contained in:
parent
3e282c083d
commit
dda2ddd9fb
@ -61,6 +61,7 @@ module Vool
|
||||
end
|
||||
|
||||
def cached_call
|
||||
raise "Not implemented"
|
||||
[Mom::SlotConstant.new([:message , :next_message , :receiver] , @receiver) ]
|
||||
end
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
require_relative "../helper"
|
||||
|
||||
module Vool
|
||||
class TestSendMom < MiniTest::Test
|
||||
class TestSendSimpleMom < MiniTest::Test
|
||||
include MomCompile
|
||||
|
||||
def setup
|
||||
|
Loading…
Reference in New Issue
Block a user