spec/redhat/matchers_spec.rb in serverspec-0.0.11 vs spec/redhat/matchers_spec.rb in serverspec-0.0.12

- old
+ new

@@ -21,6 +21,8 @@ it_behaves_like 'support be_owned_by matcher', '/etc/passwd', 'root' it_behaves_like 'support be_grouped_into matcher', '/etc/passwd', 'root' it_behaves_like 'support have_cron_entry matcher', 'cron', '* * * * * /usr/bin/foo' it_behaves_like 'support have_cron_entry.with_user matcher', 'cron', '* * * * * /usr/bin/foo', 'root' + + it behaves_like 'support be_linked_to matcher', '/etc/pam.d/system-auth', '/etc/pam.d/system-auth-ac' end