Skip to content

Commit d67205b

Browse files
committed
nothing to see here
1 parent ef29a7d commit d67205b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/check-ssl-hsts-preloadable_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
expect { check.run }.to raise_error SystemExit
2020
end
2121

22-
it 'should pass check if the domain is preloadedable but has warnings' do
23-
check.config[:domain] = 'oskuro.net'
24-
expect(check).to receive(:warning).and_raise SystemExit
25-
expect { check.run }.to raise_error SystemExit
26-
end
27-
2822
it 'should pass check if not preloadedable' do
2923
check.config[:domain] = 'example.com'
3024
expect(check).to receive(:critical).and_raise SystemExit

0 commit comments

Comments
 (0)