Pin quotes were removed for a Lucid bugfix
authorHunter Haugen <hunter@puppetlabs.com>
Tue, 25 Feb 2014 19:34:12 +0000 (11:34 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Tue, 25 Feb 2014 19:34:12 +0000 (11:34 -0800)
spec/acceptance/pin_spec.rb

index 4011e73c10fbe9a62f1f1309ed28c42507c7c408..6de11748d0e1f687f3c19aa2ae7c2bb251fa20f3 100644 (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