Skip to content

Instantly share code, notes, and snippets.

@mizzy
Created April 13, 2014 16:19
Show Gist options
  • Save mizzy/10590731 to your computer and use it in GitHub Desktop.
Save mizzy/10590731 to your computer and use it in GitHub Desktop.
describe package('nginx') do
it { should be_installed }
end
describe service('nginx') do
it { should be_enabled }
it { should be_running }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment