shard-spectator/spec/spec_helper.cr

6 lines
115 B
Crystal
Raw Normal View History

2018-08-18 21:33:20 +00:00
require "spec"
require "../src/spectator"
# Prevent Spectator from trying to run tests.
Spectator.autorun = false