Merge branch 'fix_pin_quotes' into 1.4.x
This commit is contained in:
commit
1210d390d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue