From 96c271cf33326fed5d2c749f53634e24ad5eacc1 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 1 Aug 2019 14:46:47 -0600 Subject: [PATCH] No need to shout --- src/spectator/expectations/block_actual.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/expectations/block_actual.cr b/src/spectator/expectations/block_actual.cr index aad9afd..512ce3e 100644 --- a/src/spectator/expectations/block_actual.cr +++ b/src/spectator/expectations/block_actual.cr @@ -17,7 +17,7 @@ module Spectator::Expectations # Creates the actual with a generic label. # This is used for the "should" syntax and when the label doesn't matter. def initialize(@proc : -> ReturnType) - super("") + super("") end # Reports complete information about the actual value.