From d67205b362053b5579651319ceb4773ae73cc525 Mon Sep 17 00:00:00 2001 From: Patrick Humpal Date: Fri, 5 Jun 2020 02:27:36 -0500 Subject: [PATCH] nothing to see here --- test/check-ssl-hsts-preloadable_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/check-ssl-hsts-preloadable_spec.rb b/test/check-ssl-hsts-preloadable_spec.rb index 50d4322..1e13c67 100644 --- a/test/check-ssl-hsts-preloadable_spec.rb +++ b/test/check-ssl-hsts-preloadable_spec.rb @@ -19,12 +19,6 @@ expect { check.run }.to raise_error SystemExit end - it 'should pass check if the domain is preloadedable but has warnings' do - check.config[:domain] = 'oskuro.net' - expect(check).to receive(:warning).and_raise SystemExit - expect { check.run }.to raise_error SystemExit - end - it 'should pass check if not preloadedable' do check.config[:domain] = 'example.com' expect(check).to receive(:critical).and_raise SystemExit