Sha256: 765a12c9c6837908e6a5c57063e7fde93668f70508003f3a2dce9d1411396744
Contents?: true
Size: 315 Bytes
Versions: 38
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Debian describe 'Serverspec cron matchers of Debian 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