Sha256: 1e1e00385898021572c70b11c64942e362a2bc01d979102dcef5d82f2ca44b4c
Contents?: true
Size: 705 Bytes
Versions: 8
Compression:
Stored size: 705 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::RedHat 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