Sha256: 48baeff4995f7b985f4c42788d46287b59c7dee84e1291df7b5298de28a4b85e
Contents?: true
Size: 759 Bytes
Versions: 9
Compression:
Stored size: 759 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::RedHat describe 'Serverspec package matchers of Red Hat 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
9 entries across 9 versions & 1 rubygems