From: Hunter Haugen Date: Fri, 21 Feb 2014 19:55:16 +0000 (-0800) Subject: Use smaller build-dep package X-Git-Tag: 1.4.2~9^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=afeaf571262935ad4c458a5ad8d2db9ca0befb79;p=puppet-modules%2Fpuppetlabs-apt.git Use smaller build-dep package --- diff --git a/spec/acceptance/apt_builddep_spec.rb b/spec/acceptance/apt_builddep_spec.rb index b61fca2..cb01a1b 100644 --- a/spec/acceptance/apt_builddep_spec.rb +++ b/spec/acceptance/apt_builddep_spec.rb @@ -4,7 +4,7 @@ describe 'apt::builddep' do context 'reset' do it 'removes packages' do - shell('apt-get -y remove glusterfs-server') + shell('apt-get -y remove znc') shell('apt-get -y remove g++') end end @@ -13,7 +13,7 @@ describe 'apt::builddep' do it 'should work with no errors' do pp = <<-EOS include '::apt' - apt::builddep { 'glusterfs-server': } + apt::builddep { 'znc': } EOS apply_manifest(pp, :catch_failures => true) @@ -28,7 +28,7 @@ describe 'apt::builddep' do context 'reset' do it 'removes packages' do - shell('apt-get -y remove glusterfs-server') + shell('apt-get -y remove znc') shell('apt-get -y remove g++') end end