We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef29a7d commit d67205bCopy full SHA for d67205b
test/check-ssl-hsts-preloadable_spec.rb
@@ -19,12 +19,6 @@
19
expect { check.run }.to raise_error SystemExit
20
end
21
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
-
28
it 'should pass check if not preloadedable' do
29
check.config[:domain] = 'example.com'
30
expect(check).to receive(:critical).and_raise SystemExit
0 commit comments