Sha256: e75214907624a0557c213cb9bf8f261d0267cedac09ccf0af86b3a13cbec897e
Contents?: true
Size: 400 Bytes
Versions: 38
Compression:
Stored size: 400 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 running matcher', 'sshd' it_behaves_like 'support service running under supervisor matcher', 'sshd' it_behaves_like 'support service running under unimplemented matcher', 'sshd' end
Version data entries
38 entries across 38 versions & 1 rubygems