Sha256: 1573a57fd3821758abcf3f171872e0fa934aeddfb2a0341675c76e8355838273
Contents?: true
Size: 400 Bytes
Versions: 38
Compression:
Stored size: 400 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 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
38 entries across 38 versions & 1 rubygems