This commit is contained in:
Michael Miller 2020-08-30 12:44:07 -06:00
parent ce248de0d9
commit a23b2d0753
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -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