From 0a6493964d0e261bcf37c49b926a78a8a7f59337 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 1 Jan 2020 21:50:08 -0700 Subject: [PATCH] Allow auto-run of Spectator Needed to test Spectator with itself. --- spec/spec_helper.cr | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index 30b0ee7..bca1453 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -1,4 +1 @@ require "../src/spectator" - -# Prevent Spectator from trying to run tests on its own. -Spectator.autorun = false