From 746a5da107f417d8db6bbcbac5dfda0612bccea4 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Tue, 23 Oct 2018 11:15:22 -0600 Subject: [PATCH] Dummy example shouldn't be used --- src/spectator/dummy_example.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/dummy_example.cr b/src/spectator/dummy_example.cr index 6b6366a..c941635 100644 --- a/src/spectator/dummy_example.cr +++ b/src/spectator/dummy_example.cr @@ -16,7 +16,7 @@ module Spectator # Dummy run that does nothing. def run_instance - # ... + raise "You shouldn't be running this." end end end