Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jun 20, 2014
1 parent 817526c commit dc1b4b5
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions spec/classes/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,7 @@
shared_examples 'suse' do |operatingsystem|
let(:facts) {{ :operatingsystem => operatingsystem, :osfamily => 'Suse'}}
[
'nginx-0.8',
'apache2',
'apache2-itk',
'apache2-utils',
'gd',
'libapr1',
'libapr-util1',
'libjpeg62',
'libpng14-14',
'libxslt',
'rubygem-daemon_controller',
'rubygem-fastthread',
'rubygem-file-tail',
'rubygem-passenger',
'rubygem-passenger-nginx',
'rubygem-rack',
'rubygem-rake',
'rubygem-spruz',
'nginx',
].each do |package|
it { should contain_package("#{package}") }
end
Expand Down

0 comments on commit dc1b4b5

Please sign in to comment.