Update cookbooks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require 'serverspec'
|
||||
|
||||
set :backend, :exec
|
||||
|
||||
describe port(9081) do
|
||||
it { should be_listening }
|
||||
end
|
||||
Reference in New Issue
Block a user