Sha256: 2a7fd38da0680940d44ee1f944ac5ba22a2f8041aba76f4741623d73af0170d6

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 Bytes

Contents

require 'spec_helper'

include Serverspec::Helper::Solaris11

describe 'Serverspec service matchers of Solaris11' 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

3 entries across 3 versions & 1 rubygems

Version Path
serverspec-0.6.24 spec/solaris11/service_spec.rb
serverspec-0.6.23 spec/solaris11/service_spec.rb
serverspec-0.6.22 spec/solaris11/service_spec.rb