Sha256: a3c0e7e3da1effa767cd4cb99b9f22a296e77cec08763e15218fcd25e71f0383
Contents?: true
Size: 624 Bytes
Versions: 8
Compression:
Stored size: 624 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Solaris describe 'Serverspec service matchers of Solaris' 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' 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