Fix the tests for Ubuntu 10.04.
[puppet-modules/puppetlabs-apt.git] / spec / acceptance / pin_spec.rb
index 09a8d18ea1bf72521dd5169f8f2f110755123e30..07fc6073022d84198b544c6dbd66bc61a74943d2 100644 (file)
@@ -150,7 +150,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