From 4faf96fad914196396208fed16eaed7d69637500 Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Thu, 25 Jan 2024 13:42:31 -0500 Subject: [PATCH] fixed linting --- spec/aim/hathifiles/updater_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/aim/hathifiles/updater_spec.rb b/spec/aim/hathifiles/updater_spec.rb index 0356c29..2401bfe 100644 --- a/spec/aim/hathifiles/updater_spec.rb +++ b/spec/aim/hathifiles/updater_spec.rb @@ -21,7 +21,6 @@ expect(@connection).not_to receive(:update_from_file) expect { subject.run }.to raise_error(Faraday::ConnectionFailed) expect(Pathname.new(subject.scratch_dir)).not_to exist - blah = 'things and stuff' expect(true).to eq(false) end end