Skip to content

Commit

Permalink
nothing to see here
Browse files Browse the repository at this point in the history
  • Loading branch information
phumpal committed Jun 5, 2020
1 parent ef29a7d commit d67205b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/check-ssl-hsts-preloadable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d67205b

Please sign in to comment.