From: Hunter Haugen Date: Tue, 25 Feb 2014 19:34:12 +0000 (-0800) Subject: Pin quotes were removed for a Lucid bugfix X-Git-Tag: 1.4.2~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0a645c53ff8d729c23e5f91121f6725003923cca;p=puppet-modules%2Fpuppetlabs-apt.git Pin quotes were removed for a Lucid bugfix --- diff --git a/spec/acceptance/pin_spec.rb b/spec/acceptance/pin_spec.rb index 4011e73..6de1174 100644 --- a/spec/acceptance/pin_spec.rb +++ b/spec/acceptance/pin_spec.rb @@ -130,7 +130,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