mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Merge branch 'release/0.10' into pending
This commit is contained in:
commit
ab6487cbfa
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module Spectator
|
||||||
Log.trace { "Processing after_all hooks for #{self}" }
|
Log.trace { "Processing after_all hooks for #{self}" }
|
||||||
|
|
||||||
call_hooks(hooks)
|
call_hooks(hooks)
|
||||||
call_parent_hooks(:call_once_after_all)
|
call_parent_hooks(:call_once_after_all) if @group.try(&.finished?)
|
||||||
end
|
end
|
||||||
|
|
||||||
example_event before_each do |hooks, example|
|
example_event before_each do |hooks, example|
|
||||||
|
|
Loading…
Reference in a new issue