Sha256: ec7c6da7689f27d3c4d01b82316d89563f14ac6c68daccd1bbeef98643ebdc20
Contents?: true
Size: 675 Bytes
Versions: 11
Compression:
Stored size: 675 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Debian describe 'Serverspec package matchers of Debian 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' 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
11 entries across 11 versions & 1 rubygems