Created
June 16, 2015 23:58
-
-
Save klynton/261b37a92f4dcebc902c to your computer and use it in GitHub Desktop.
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
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