Flag to disable running tests

This is needed for testing Spectator.
This commit is contained in:
Michael Miller 2018-10-15 00:32:29 -06:00
parent cd86687dfb
commit c77a85c97a
2 changed files with 29 additions and 16 deletions

View file

@ -1,2 +1,5 @@
require "spec"
require "../src/spectator"
# Prevent Spectator from trying to run tests.
Spectator.autorun = false