Add missing require for spec_helper

This commit is contained in:
Michael Miller 2022-05-25 17:28:11 -06:00
parent 03f78e3fc1
commit d7c1c675ff
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -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