VerifyingDouble should be abstract

This commit is contained in:
Michael Miller 2019-12-08 14:51:48 -07:00
parent 8b0f509689
commit 07ce835724
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module Spectator::Mocks
class VerifyingDouble(T)
abstract class VerifyingDouble(T)
def initialize(@null = false)
end