Merge remote-tracking branch 'origin/master' into example-api

This commit is contained in:
Michael Miller 2020-09-12 15:44:56 -06:00
commit 50bae36ab0
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

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