Pin quotes were removed for a Lucid bugfix

This commit is contained in:
Hunter Haugen 2014-02-25 11:34:12 -08:00
parent 20e801b86c
commit 0a645c53ff

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