Fix botched copy-paste

This commit is contained in:
Michael Miller 2019-04-06 12:42:08 -06:00
parent 659174c66a
commit dd943c9046

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.