Formatting

This commit is contained in:
Michael Miller 2019-11-14 18:48:43 -07:00
parent 28ec1062e8
commit 763c99f338

View file

@ -70,7 +70,7 @@ module Spectator
# The example the harness is for should be passed in.
private def initialize(@example)
@reporter = Expectations::ExpectationReporter.new
@mocks = Mocks::Registry.new(@example.group.context)
@mocks = Mocks::Registry.new(@example.group.context)
@deferred = Deque(->).new
end
end