]> git.openstreetmap.org Git - chef.git/commitdiff
Adjust tests to expect that SSL is enabled by default
authorTom Hughes <tom@compton.nu>
Wed, 12 Feb 2020 21:18:39 +0000 (21:18 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 12 Feb 2020 21:18:39 +0000 (21:18 +0000)
test/integration/apache/serverspec/apache_spec.rb
test/integration/munin-server/serverspec/apache_spec.rb

index 57b0b7d86d492ddc8ebc3fea21ec272c47ec7e23..9d5268271b4f3898a2b4b9587b36dae630534146 100644 (file)
@@ -17,5 +17,5 @@ describe port(80) do
 end
 
 describe port(443) do
-  it { should_not be_listening }
+  it { should be_listening }
 end
index 57b0b7d86d492ddc8ebc3fea21ec272c47ec7e23..9d5268271b4f3898a2b4b9587b36dae630534146 100644 (file)
@@ -17,5 +17,5 @@ describe port(80) do
 end
 
 describe port(443) do
-  it { should_not be_listening }
+  it { should be_listening }
 end