mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add missing require for spec_helper
This commit is contained in:
parent
989e5db389
commit
41dea9c985
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "../spec_helper"
|
||||
|
||||
Spectator.describe String do
|
||||
# This is a helper method.
|
||||
def random_string(length)
|
||||
|
@ -15,6 +17,7 @@ Spectator.describe String do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
Spectator.describe String do
|
||||
# length is now pulled from value defined by `let`.
|
||||
def random_string
|
||||
|
|
Loading…
Reference in a new issue