Change double name to string

This commit is contained in:
Michael Miller 2019-11-12 21:54:55 -07:00
parent 38ec44c9ac
commit b0562981f7

View file

@ -4,7 +4,7 @@ require "./unexpected_message_error"
module Spectator::Mocks module Spectator::Mocks
abstract class Double abstract class Double
def initialize(@spectator_double_name : Symbol, @null = false) def initialize(@spectator_double_name : String, @null = false)
end end
private macro stub(definition, &block) private macro stub(definition, &block)