Update specs to handle new match data values

This commit is contained in:
Michael Miller 2019-03-22 11:41:39 -06:00
parent 3dd39f17f5
commit d705ef657c
24 changed files with 112 additions and 110 deletions

View file

@ -9,7 +9,7 @@ module Spectator::Matchers
# Stringifies the value.
def to_s(io)
io << value
io << @value
end
# Inspects the value.