We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914407b commit cf4628bCopy full SHA for cf4628b
spec/classes/mysql_backup_xtrabackup_spec.rb
@@ -24,7 +24,8 @@ class { 'mysql::server': }
24
let(:params) do
25
default_params
26
end
27
- it 'does not contain the touch /tmp/backup_success command' do
+
28
+ it 'does not contain the touch command' do
29
is_expected.to contain_file('xtrabackup.sh').without_content(
30
%r{(^\s+touch\s+$)},
31
)
0 commit comments