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
2b37d34f26
commit
0c4379c731
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module Spectator
|
||||||
# A *reason* for the skip/pending result can be specified.
|
# A *reason* for the skip/pending result can be specified.
|
||||||
# If the pending result was triggered inside of an example, then *location* can be set.
|
# If the pending result was triggered inside of an example, then *location* can be set.
|
||||||
def initialize(@reason = DEFAULT_REASON, @location = nil,
|
def initialize(@reason = DEFAULT_REASON, @location = nil,
|
||||||
elapsed = Time::Span::ZERO, expectations = [] of Expectation)
|
elapsed = Time::Span::ZERO, expectations = [] of Expectation)
|
||||||
super(elapsed, expectations)
|
super(elapsed, expectations)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue