mirror of
				https://github.com/krislamo/puppet-rsnapshot
				synced 2025-11-04 01:48:33 +00:00 
			
		
		
		
	fix regex
This commit is contained in:
		@@ -41,7 +41,7 @@ describe 'rsnapshot' do
 | 
			
		||||
    end
 | 
			
		||||
    describe file('/etc/rsnapshot/example.com.rsnapshot.conf') do
 | 
			
		||||
      it { is_expected.to exist }
 | 
			
		||||
      its(:content) { is_expected.to match 'backup\t/var/\t./' }
 | 
			
		||||
      its(:content) { is_expected.to match 'backup\troot@example.com:/var/\t./' }
 | 
			
		||||
    end
 | 
			
		||||
    describe file('/etc/rsnapshot.conf') do
 | 
			
		||||
      it { is_expected.to exist }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user