From c458a490bf5db68537041258c056e22176a7f5dc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 4 Oct 2019 23:01:46 -0600 Subject: [PATCH] Remove usage of sample values --- src/spectator/example.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/spectator/example.cr b/src/spectator/example.cr index 8399a3b..e437bc4 100644 --- a/src/spectator/example.cr +++ b/src/spectator/example.cr @@ -34,8 +34,6 @@ module Spectator abstract def run_impl - protected getter sample_values : Internals::SampleValues - # Runs the example code. # A result is returned, which represents the outcome of the test. # An example can be run only once.