瀏覽代碼

test(jobs): reorder parameters to match pillar

tags/v0.13.2
Javier Bértoli 2 年之前
父節點
當前提交
3bdc11b5c2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      test/integration/default/controls/jobs.rb

+ 2
- 2
test/integration/default/controls/jobs.rb 查看文件

@@ -96,11 +96,11 @@ describe file('/etc/logrotate.d/a_monthly_job') do
its('mode') { should cmp '0644' }
its('content') { should include '/var/log/a_service/*.log' }
its('content') { should include 'monthly' }
its('content') { should include 'rotate 12' }
its('content') { should include 'missingok' }
its('content') { should include 'rotate 12' }
its('content') { should include 'compress' }
its('content') { should include 'delaycompress' }
its('content') { should include 'notifempty' }
its('content') { should include 'create 640 root adm' }
its('content') { should include 'sharedscripts' }
end


Loading…
取消
儲存