Remove GeoIP in spec to fix the tests

The GeoIP package has been removed from c01a7a8280 but not in tests
This commit is contained in:
Pan 2013-07-18 14:46:27 -07:00
parent 9c7712a190
commit 6ca7a8bd38

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') }