Sha256: 3fed32c9d242f8d03d76eb8cbd115241e5d5f221704c961e342b71eb0c929f1b
Contents?: true
Size: 316 Bytes
Versions: 38
Compression:
Stored size: 316 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::RedHat describe 'Serverspec cron matchers of Red Hat family' do it_behaves_like 'support cron have_entry matcher', '* * * * * /usr/local/bin/batch.sh' it_behaves_like 'support cron have_entry with user matcher', '* * * * * /usr/local/bin/batch.sh', 'root' end
Version data entries
38 entries across 38 versions & 1 rubygems