Merge pull request #94 from ubc/fix-test

Remove GeoIP in spec to fix the tests
This commit is contained in:
James Fryman 2013-07-21 04:12:23 -07:00
commit 3655f97078

View file

@ -5,7 +5,6 @@ describe 'nginx::package' do
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') }