mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Change double name to string
This commit is contained in:
parent
38ec44c9ac
commit
b0562981f7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue