X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Facceptance%2Fpin_spec.rb;h=07fc6073022d84198b544c6dbd66bc61a74943d2;hb=ec077973999ee46e993954a747cc36b88769fab3;hp=09a8d18ea1bf72521dd5169f8f2f110755123e30;hpb=4c9174e51728503c99d2ce224b5443a3c4286df3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/acceptance/pin_spec.rb b/spec/acceptance/pin_spec.rb index 09a8d18..07fc607 100644 --- a/spec/acceptance/pin_spec.rb +++ b/spec/acceptance/pin_spec.rb @@ -150,7 +150,7 @@ describe 'apt::pin define', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfa describe file('/etc/apt/preferences.d/vim-puppet.pref') do it { should be_file } - it { should contain 'Pin: origin "testrelease"' } + it { should contain 'Pin: origin testrelease' } end end end