Skip to content

Instantly share code, notes, and snippets.

@gustavo-freitas
Created April 8, 2017 23:01
Show Gist options
  • Save gustavo-freitas/2976714c4b3038ce8e7d86146c28100f to your computer and use it in GitHub Desktop.
Save gustavo-freitas/2976714c4b3038ce8e7d86146c28100f to your computer and use it in GitHub Desktop.
gists para artigo sobre teste de infraestrutura
describe file(‘/etc/httpd/conf/httpd.conf’) do
it { should contain ‘ServerName www.thoughtworks.com' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment