Remove unused objects

This commit is contained in:
Michael Miller 2022-03-30 21:11:38 -06:00
parent 231323bbf1
commit 7896a3496d
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -123,8 +123,6 @@ Spectator.describe Spectator::LazyDouble do
it "returns the original value" do
io = IO::Memory.new
pp = PrettyPrint.new(io)
hasher = Crystal::Hasher.new
aggregate_failures do
expect(dbl.!=(42)).to be_true
expect(dbl.!~(42)).to be_true