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
03f78e3fc1
commit
d7c1c675ff
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
require "../spec_helper"
|
||||||
|
|
||||||
Spectator.describe String do
|
Spectator.describe String do
|
||||||
# This is a helper method.
|
# This is a helper method.
|
||||||
def random_string(length)
|
def random_string(length)
|
||||||
|
@ -15,6 +17,7 @@ Spectator.describe String do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
Spectator.describe String do
|
Spectator.describe String do
|
||||||
# length is now pulled from value defined by `let`.
|
# length is now pulled from value defined by `let`.
|
||||||
def random_string
|
def random_string
|
||||||
|
|
Loading…
Reference in a new issue