Skip to content

Commit

Permalink
Merge pull request #94 from ubc/fix-test
Browse files Browse the repository at this point in the history
Remove GeoIP in spec to fix the tests
  • Loading branch information
James Fryman committed Jul 21, 2013
2 parents 143d612 + 6ca7a8b commit 3655f97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/classes/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
shared_examples 'redhat' do |operatingsystem|
let(:facts) {{ :operatingsystem => operatingsystem }}
it { should contain_package('nginx') }
it { should contain_package('GeoIP') }
it { should contain_package('gd') }
it { should contain_package('libXpm') }
it { should contain_package('libxslt') }
Expand Down

0 comments on commit 3655f97

Please sign in to comment.