Merge branch 'fix_pin_quotes' into 1.4.x

This commit is contained in:
Hunter Haugen 2014-02-25 11:34:43 -08:00
commit 1210d390d8

View file

@ -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