Fix copy/paste fail

This commit is contained in:
Michael Miller 2019-04-05 23:59:27 -06:00
parent 12c71a25cd
commit 33c838a062

View file

@ -21,7 +21,7 @@ module Spectator::Matchers
# Produces a stringified value.
def to_s(io)
@value.inspect(io)
value.inspect(io)
end
# Produces a stringified value with additional information.