Sha256: bdbbef90427e476ad932cca5bb89dae53d1c852160ed6347a7c2e2e3f09f9a40
Contents?: true
Size: 401 Bytes
Versions: 24
Compression:
Stored size: 401 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Solaris 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
24 entries across 24 versions & 1 rubygems