mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
28ec1062e8
commit
763c99f338
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module Spectator
|
||||||
# The example the harness is for should be passed in.
|
# The example the harness is for should be passed in.
|
||||||
private def initialize(@example)
|
private def initialize(@example)
|
||||||
@reporter = Expectations::ExpectationReporter.new
|
@reporter = Expectations::ExpectationReporter.new
|
||||||
@mocks = Mocks::Registry.new(@example.group.context)
|
@mocks = Mocks::Registry.new(@example.group.context)
|
||||||
@deferred = Deque(->).new
|
@deferred = Deque(->).new
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue