mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add missing require statement
This commit is contained in:
parent
e2c2ebafd3
commit
414f132f49
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "../../spec_helper"
|
||||
|
||||
class Phonebook
|
||||
def find(name)
|
||||
# Some expensive lookup call.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue