mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
6 lines
137 B
Crystal
6 lines
137 B
Crystal
require "spec"
|
|
require "../src/spectator"
|
|
require "./helpers/*"
|
|
|
|
# Prevent Spectator from trying to run tests.
|
|
Spectator.autorun = false
|