Sha256: 3ed21618e2ccf471ab49cb80a0908ef34eab1dc5897cb7613fd7252790788041
Contents?: true
Size: 363 Bytes
Versions: 85
Compression:
Stored size: 363 Bytes
Contents
require 'spec_helper' set :os, :family => 'darwin' describe package('httpd') do it { should be_installed } end describe package('httpd') do it { should be_installed.with_version('2.2.15-28.el6') } end describe package('httpd') do it { should be_installed.by('homebrew') } end describe package('httpd') do it { should be_installed.by('pkgutil') } end
Version data entries
85 entries across 85 versions & 4 rubygems