Sha256: 84f6384d231f361195c6187f2771392b182a694fc07f7568ce175f13f8cb756d
Contents?: true
Size: 350 Bytes
Versions: 13
Compression:
Stored size: 350 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 by gem matcher', 'jekyll' it_behaves_like 'support package installed by gem with version matcher', 'jekyll', '1.1.1' end
Version data entries
13 entries across 13 versions & 1 rubygems