spec/solaris/package_spec.rb in serverspec-0.6.9 vs spec/solaris/package_spec.rb in serverspec-0.6.10

- old
+ new

@@ -2,9 +2,10 @@ 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'