Skip to content

Instantly share code, notes, and snippets.

@klynton
Created June 16, 2015 23:58
Show Gist options
  • Save klynton/261b37a92f4dcebc902c to your computer and use it in GitHub Desktop.
Save klynton/261b37a92f4dcebc902c to your computer and use it in GitHub Desktop.
acceptance files manifests Rakefile spec tests
[training /etc/puppetlabs/puppet/modules/ssh]# rake spec
/opt/puppet/bin/ruby -S rspec spec/classes/ssh_spec.rb --color
..
Finished in 0.84833 seconds
2 examples, 0 failures
[training /etc/puppetlabs/puppet/modules/ssh]# cd acceptance/ && rake spec
/opt/puppet/bin/ruby -S rspec spec/localhost/ssh_spec.rb
......
Finished in 0.09402 seconds
6 examples, 0 failures
[training /etc/puppetlabs/puppet/modules/ssh/acceptance]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment