Sha256: 2896994e7f17ab57c63cf8eb9e848f79bfd5aa8cf55306799509d2c2a07a9578
Contents?: true
Size: 317 Bytes
Versions: 38
Compression:
Stored size: 317 Bytes
Contents
require 'spec_helper' include Serverspec::Helper::Solaris describe 'Serverspec cron matchers of Solaris 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