Merge pull request #94 from ubc/fix-test
Remove GeoIP in spec to fix the tests
This commit is contained in:
commit
3655f97078
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ describe 'nginx::package' do
|
||||||
shared_examples 'redhat' do |operatingsystem|
|
shared_examples 'redhat' do |operatingsystem|
|
||||||
let(:facts) {{ :operatingsystem => operatingsystem }}
|
let(:facts) {{ :operatingsystem => operatingsystem }}
|
||||||
it { should contain_package('nginx') }
|
it { should contain_package('nginx') }
|
||||||
it { should contain_package('GeoIP') }
|
|
||||||
it { should contain_package('gd') }
|
it { should contain_package('gd') }
|
||||||
it { should contain_package('libXpm') }
|
it { should contain_package('libXpm') }
|
||||||
it { should contain_package('libxslt') }
|
it { should contain_package('libxslt') }
|
||||||
|
|
Loading…
Reference in a new issue