]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/apache/serverspec/apache_spec.rb
Adjust tests to expect that SSL is enabled by default
[chef.git] / test / integration / apache / 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