Sha256: f0ad7c159fb45c83a10b0bf384a1ed7525a8a57ead5fd6be46bc013ae4dae7f7
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 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 unimplemented matcher', 'sshd' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serverspec-0.6.16 | spec/redhat/service_spec.rb |
serverspec-0.6.15 | spec/redhat/service_spec.rb |