diff --git a/src/spectator/expectation.cr b/src/spectator/expectation.cr index a4306f2..29af037 100644 --- a/src/spectator/expectation.cr +++ b/src/spectator/expectation.cr @@ -46,7 +46,6 @@ module Spectator @match_data.description end - # Creates the expectation. # The *match_data* comes from the result of calling `Matcher#match`. # The *source* is the location of the expectation in source code, if available.