spec/gentoo/matchers_spec.rb in serverspec-0.2.13 vs spec/gentoo/matchers_spec.rb in serverspec-0.2.14

- old
+ new

@@ -34,11 +34,9 @@ it_behaves_like 'support belong_to_group matcher', 'root', 'root' it_behaves_like 'support have_iptables_rule matcher', '-P INPUT ACCEPT' it_behaves_like 'support have_iptables_rule.with_table.with_chain matcher', '-P INPUT ACCEPT', 'mangle', 'INPUT' - it_behaves_like 'support get_stdout matcher', 'whoami', 'root' - it_behaves_like 'support be_readable matcher', '/dev' it_behaves_like 'support be_readable_by_owner matcher', '/dev' it_behaves_like 'support be_readable_by_group matcher', '/dev' it_behaves_like 'support be_readable_by_others matcher', '/dev'