Don't inspect in AlternativeMatchDataValue to_s

This commit is contained in:
Michael Miller 2019-04-06 00:03:36 -06:00
parent 33c838a062
commit ddc55ba067

View file

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