Update concat
[mirror/dsa-puppet.git] / 3rdparty / modules / concat / spec / acceptance / backup_spec.rb
index 1d3a5df..0a737a5 100644 (file)
@@ -26,7 +26,7 @@ describe 'concat backup parameter' do
 
     it 'applies the manifest twice with "Filebucketed" stdout and no stderr' do
       apply_manifest(pp, :catch_failures => true) do |r|
-        expect(r.stdout).to match(/Filebucketed #{basedir}\/file to puppet with sum 0140c31db86293a1a1e080ce9b91305f/) # sum is for file contents of 'old contents'
+        expect(r.stdout).to match(/Filebucketed #{basedir}\/file to puppet with sum 0140c31db86293a1a1e080ce9b91305f/)
       end
       apply_manifest(pp, :catch_changes => true)
     end