X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/76bec6dcb9b65dd84f54d243101513b2c36cae52..ba9dff51d4737f22436abe1359d3b24f7f69e8fd:/test/integration/forum/serverspec/mysql_spec.rb?ds=sidebyside diff --git a/test/integration/forum/serverspec/mysql_spec.rb b/test/integration/forum/serverspec/mysql_spec.rb index 68e63582b..b0738f997 100644 --- a/test/integration/forum/serverspec/mysql_spec.rb +++ b/test/integration/forum/serverspec/mysql_spec.rb @@ -13,5 +13,5 @@ describe service("mysql") do end describe port(3306) do - it { should be_listening } + it { should be_listening.with("tcp") } end