spec/debian/commands_spec.rb in serverspec-0.6.22 vs spec/debian/commands_spec.rb in serverspec-0.6.23

- old
+ new

@@ -15,10 +15,9 @@ it_behaves_like 'support command check_process', 'httpd' it_behaves_like 'support command check_belonging_group', 'root', 'wheel' it_behaves_like 'support command check_uid', 'root', 0 - it_behaves_like 'support command check_gid', 'root', 0 it_behaves_like 'support command check_login_shell', 'root', '/bin/bash' it_behaves_like 'support command check_home_directory', 'root', '/root' it_behaves_like 'support command check_authorized_key'