No need to shout

This commit is contained in:
Michael Miller 2019-08-01 14:46:47 -06:00
parent ba1c37b142
commit 96c271cf33
1 changed files with 1 additions and 1 deletions

View File

@ -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("<PROC>")
super("<Proc>")
end
# Reports complete information about the actual value.