Sha256: 1567851dd6924a1a98324b082af2e57c2680b63775bee270d93328912d13396c
Contents?: true
Size: 760 Bytes
Versions: 7
Compression:
Stored size: 760 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Solaris describe 'Serverspec package matchers of Solaris family' do it_behaves_like 'support package installed matcher', 'httpd' it_behaves_like 'support package installed with version matcher', 'httpd', '2.2' it_behaves_like 'support package installed by gem matcher', 'jekyll' it_behaves_like 'support package installed by gem with version matcher', 'jekyll', '1.1.1' it_behaves_like 'support package installed by npm matcher', 'bower' it_behaves_like 'support package installed by npm with version matcher', 'bower', '0.9.2' it_behaves_like 'support package installed by pecl matcher', 'mongo' it_behaves_like 'support package installed by pecl with version matcher', 'mongo', '1.4.1' end
Version data entries
7 entries across 7 versions & 1 rubygems