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