mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix failing tests
This commit is contained in:
parent
dd943c9046
commit
365bd1ec2f
2 changed files with 4 additions and 3 deletions
|
@ -21,12 +21,12 @@ module Spectator::Matchers
|
|||
|
||||
# Produces a stringified value.
|
||||
def to_s(io)
|
||||
value.inspect(io)
|
||||
io << value
|
||||
end
|
||||
|
||||
# Produces a stringified value with additional information.
|
||||
def inspect(io)
|
||||
value.inspect(io)
|
||||
io << value
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue