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