mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add dummy instance values
This commit is contained in:
parent
b5edb1e9f3
commit
191eb02cbe
5 changed files with 24 additions and 0 deletions
|
@ -4,6 +4,10 @@ class ConcretePendingExample < Spectator::PendingExample
|
|||
def what
|
||||
"PENDING_TEST_EXAMPLE"
|
||||
end
|
||||
|
||||
def instance
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
def new_pending_example(group : Spectator::ExampleGroup? = nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue