Sha256: ed5ecca39bd154cfa45b872457b460f322180be5882942aa16a1e4c87bc2510a

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

require 'spec_helper'

include Serverspec::Helper::Darwin

describe 'Serverspec commands of Darwin family' do
  it_behaves_like 'support command check_running_under_supervisor', 'httpd'
  it_behaves_like 'support command check_monitored_by_monit', 'unicorn'
  it_behaves_like 'support command check_process', 'httpd'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
serverspec-0.6.24 spec/darwin/commands_spec.rb