spec/redhat/matchers_spec.rb in serverspec-0.2.25 vs spec/redhat/matchers_spec.rb in serverspec-0.2.26

- old
+ new

@@ -22,9 +22,10 @@ it_behaves_like 'support be_directory matcher', '/etc/ssh' it_behaves_like 'support contain matcher', '/etc/ssh/sshd_config', 'This is the sshd server system-wide configuration file' it_behaves_like 'support contain.from.to matcher', 'Gemfile', 'rspec', /^group :test do/, /^end/ it_behaves_like 'support contain.after matcher', 'Gemfile', 'rspec', /^group :test do/ it_behaves_like 'support contain.before matcher', 'Gemfile', 'rspec', /^end/ + it_behaves_like 'support match_md5checksum matcher', '/etc/services', '35435ea447c19f0ea5ef971837ab9ced' it_behaves_like 'support be_user matcher', 'root' it_behaves_like 'support be_group matcher', 'wheel' # Test for case of not registered in the service, but running as process. it_behaves_like 'support be_running matcher', 'udevd'