shard-spectator/spec/spec_helper.cr

7 lines
137 B
Crystal
Raw Normal View History

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