mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add missing call to super
This commit is contained in:
parent
a56b1e0eb1
commit
11cb16fb3a
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ module Spectator
|
|||
# The example will be assigned to *group* if it is provided.
|
||||
def initialize(name : String? = nil, source : Source? = nil, group : ExampleGroup? = nil,
|
||||
metadata = NamedTuple.new, &block : self ->)
|
||||
super(name, source, group)
|
||||
@context = NullContext.new
|
||||
@entrypoint = block
|
||||
@metadata = Wrapper.new(metadata)
|
||||
|
|
Loading…
Reference in a new issue