Created
April 8, 2017 23:01
-
-
Save gustavo-freitas/2976714c4b3038ce8e7d86146c28100f to your computer and use it in GitHub Desktop.
gists para artigo sobre teste de infraestrutura
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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