Sha256: 41f32d09c3b439bce7055a9576873159cd0035cad73a4d2ccd8b671fca4b9f2b
Contents?: true
Size: 705 Bytes
Versions: 8
Compression:
Stored size: 705 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Debian describe 'Serverspec service matchers of Red Hat family' do it_behaves_like 'support service enabled matcher', 'sshd' it_behaves_like 'support service enabled with level matcher', 'sshd', 3 it_behaves_like 'support service running matcher', 'sshd' it_behaves_like 'support service running under supervisor matcher', 'sshd' it_behaves_like 'support service running under upstart matcher', 'monit' it_behaves_like 'support service running under unimplemented matcher', 'sshd' it_behaves_like 'support service monitored by monit matcher', 'unicorn' it_behaves_like 'support service monitored by unimplemented matcher', 'unicorn' end
Version data entries
8 entries across 8 versions & 1 rubygems