Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created July 12, 2012 21:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/3101078 to your computer and use it in GitHub Desktop.
Save retr0h/3101078 to your computer and use it in GitHub Desktop.
minitest-handler
[2012-07-12T20:55:25+00:00] INFO: Chef Run complete in 6.78975371 seconds
[2012-07-12T20:55:25+00:00] INFO: Running report handlers
Run options: -v --seed 16402
# Running tests:
recipe::minitest_helper::user_for#test_0003_returns_octal_modes = 0.00 s = .
recipe::minitest_helper::user_for#test_0002_returns_the_proper_group = 0.00 s = .
recipe::minitest_helper::user_for#test_0001_returns_the_proper_user = 0.00 s = .
recipe::openssh-config::ssh_config#test_0004_binds_to_proper_port = 0.00 s = .
recipe::openssh-config::ssh_config#test_0009_has_the_proper_modes = 0.00 s = .
recipe::openssh-config::ssh_config#test_0006_disables_password_authentication = 0.00 s = .
recipe::openssh-config::ssh_config#test_0003_listening_on_proper_interface_s_ = 0.00 s = .
recipe::openssh-config::ssh_config#test_0010_sets_session_timeouts = 0.00 s = .
recipe::openssh-config::ssh_config#test_0005_disables_root_login = 0.00 s = .
recipe::openssh-config::ssh_config#test_0008_has_the_proper_group = 0.00 s = .
recipe::openssh-config::ssh_config#test_0007_has_the_proper_owner = 0.00 s = .
recipe::openssh-config::ssh_config#test_0002_binds_to_proper_interface_s_ = 0.00 s = .
recipe::openssh-config::ssh_config#test_0001_starts_ssh = 0.03 s = .
recipe::openssh-config::upstart#test_0004_disables_root_login = 0.00 s = .
recipe::openssh-config::upstart#test_0003_has_the_proper_modes = 0.00 s = .
recipe::openssh-config::upstart#test_0002_has_the_proper_group = 0.00 s = .
recipe::openssh-config::upstart#test_0001_has_the_proper_owner = 0.00 s = .
Finished tests in 0.043729s, 388.7588 tests/s, 343.0225 assertions/s.
17 tests, 15 assertions, 0 failures, 0 errors, 0 skips
@CobyR
Copy link

CobyR commented Jul 12, 2012

tests :)

@retr0h
Copy link
Author

retr0h commented Jul 12, 2012

hehe :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment