mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
VerifyingDouble should be abstract
This commit is contained in:
parent
8b0f509689
commit
07ce835724
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Spectator::Mocks
|
||||
class VerifyingDouble(T)
|
||||
abstract class VerifyingDouble(T)
|
||||
def initialize(@null = false)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue