]> git.openstreetmap.org Git - chef.git/blobdiff - test/integration/mysql/serverspec/mysql_spec.rb
Check that servers are listening on the right protocols
[chef.git] / test / integration / mysql / serverspec / mysql_spec.rb
index 68e63582b83e633fca2f8ba4205186df0883611d..b0738f997f4e5af73c31abfa8152db8da6695174 100644 (file)
@@ -13,5 +13,5 @@ describe service("mysql") do
 end
 
 describe port(3306) do
-  it { should be_listening }
+  it { should be_listening.with("tcp") }
 end