Allow auto-run of Spectator

Needed to test Spectator with itself.
This commit is contained in:
Michael Miller 2020-01-01 21:50:08 -07:00
parent 061028782b
commit 0a6493964d

View file

@ -1,4 +1 @@
require "../src/spectator"
# Prevent Spectator from trying to run tests on its own.
Spectator.autorun = false