Skip to content

Commit cf4628b

Browse files
committed
RuboCop EmptyLineAfterFinalLet
1 parent 914407b commit cf4628b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/classes/mysql_backup_xtrabackup_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class { 'mysql::server': }
2424
let(:params) do
2525
default_params
2626
end
27-
it 'does not contain the touch /tmp/backup_success command' do
27+
28+
it 'does not contain the touch command' do
2829
is_expected.to contain_file('xtrabackup.sh').without_content(
2930
%r{(^\s+touch\s+$)},
3031
)

0 commit comments

Comments
 (0)