Sha256: a398299979cd9ff875ef609cb95d989c0772c9e5fb5ce45db84b0e4681fb84a2
Contents?: true
Size: 495 Bytes
Versions: 8
Compression:
Stored size: 495 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Darwin describe 'Serverspec service matchers of Darwin family' do 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