mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Merge remote-tracking branch 'origin/master' into example-api
This commit is contained in:
commit
50bae36ab0
1 changed files with 6 additions and 0 deletions
|
@ -16,4 +16,10 @@ class SpectatorTest
|
|||
|
||||
def initialize(@spectator_test_values : ::Spectator::TestValues)
|
||||
end
|
||||
|
||||
# Prevent leaking internal values since their types may differ.
|
||||
# Workaround for: https://gitlab.com/arctic-fox/spectator/-/issues/53
|
||||
def inspect(io)
|
||||
io << self.class
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue