Remove usage of sample values

This commit is contained in:
Michael Miller 2019-10-04 23:01:46 -06:00
parent 8c180e818f
commit c458a490bf

View file

@ -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.