Skip to content

Commit

Permalink
fix specs for PR voxpupuli#158
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Haughton committed Oct 21, 2013
1 parent e5f1209 commit 06dbd8a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/classes/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
shared_examples 'redhat' do |operatingsystem|
let(:facts) {{ :operatingsystem => operatingsystem, :osfamily => 'RedHat' }}
it { should contain_package('nginx') }
it { should contain_package('gd') }
it { should contain_package('libXpm') }
it { should contain_package('libxslt') }
it { should contain_yumrepo('nginx-release').with_enabled('1') }
end

Expand Down Expand Up @@ -54,9 +51,6 @@
# including nginx-release
let(:facts) {{ :operatingsystem => 'Fedora', :osfamily => 'RedHat' }}
it { should contain_package('nginx') }
it { should contain_package('gd') }
it { should contain_package('libXpm') }
it { should contain_package('libxslt') }
it { should_not contain_yumrepo('nginx-release') }
end

Expand Down

0 comments on commit 06dbd8a

Please sign in to comment.