shard-spectator/spec/spec_helper.cr
Michael Miller c77a85c97a Flag to disable running tests
This is needed for testing Spectator.
2018-10-15 00:32:29 -06:00

5 lines
115 B
Crystal

require "spec"
require "../src/spectator"
# Prevent Spectator from trying to run tests.
Spectator.autorun = false