Skip to content

Instantly share code, notes, and snippets.

@gustavo-freitas
Created April 8, 2017 23:00
Show Gist options
  • Save gustavo-freitas/6a6e64517a5ece521b17c7e9aba81f13 to your computer and use it in GitHub Desktop.
Save gustavo-freitas/6a6e64517a5ece521b17c7e9aba81f13 to your computer and use it in GitHub Desktop.
gists para artigo sobre teste de infraestrutura
describe host(‘bravo.jenkins.com’) do
it { should be_resolvable.by(‘hosts’) }
it { should be_reachable }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment