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