spec/redhat/matchers_spec.rb in serverspec-0.1.0 vs spec/redhat/matchers_spec.rb in serverspec-0.1.1

- old
+ new

@@ -29,6 +29,8 @@ 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' end