Sha256: 512b70c84504bb10d4d32ba5c97ddf30313b709d119780b55f80f8236d73693b
Contents?: true
Size: 511 Bytes
Versions: 16
Compression:
Stored size: 511 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Gentoo describe 'Serverspec package matchers of Gentoo 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' 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' end
Version data entries
16 entries across 16 versions & 1 rubygems