diff --git a/src/spectator/matchers/equality_matcher.cr b/src/spectator/matchers/equality_matcher.cr index 0e97e60..bcf65e8 100644 --- a/src/spectator/matchers/equality_matcher.cr +++ b/src/spectator/matchers/equality_matcher.cr @@ -34,7 +34,8 @@ module Spectator::Matchers # Describes the condition that satisfies the matcher. # This is informational and displayed to the end-user. def message - "#{@values.actual_label} is #{@values.expected_label} (using ==)" + #"#{@values.actual_label} is #{@values.expected_label} (using ==)" + "what about this?" end # Describes the condition that won't satsify the matcher.