Sha256: 4d0be1ec9de9f3780930e2319cae71c682cf26215e737e0ae7fdfedad76481f6
Contents?: true
Size: 394 Bytes
Versions: 14
Compression:
Stored size: 394 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 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
14 entries across 14 versions & 1 rubygems