mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix hook flags being nullable
This commit is contained in:
parent
3e78f48d39
commit
53831ab36a
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ module Spectator
|
|||
private getter hooks : ExampleHooks
|
||||
|
||||
def initialize(@what, @parent, @hooks)
|
||||
@before_all_hooks_run = false
|
||||
@after_all_hooks_run = false
|
||||
end
|
||||
|
||||
def examples : Enumerable(Example)
|
||||
|
|
Loading…
Reference in a new issue