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.