Sha256: a05ae0d788052963b3b21d1be4dc3e3f577deb3b44e20a53ffe686c8844cf83d
Contents?: true
Size: 242 Bytes
Versions: 85
Compression:
Stored size: 242 Bytes
Contents
require 'spec_helper' set :os, :family => 'solaris' describe cron do it { should have_entry '* * * * * /usr/local/bin/batch.sh' } end describe cron do it { should have_entry('* * * * * /usr/local/bin/batch.sh').with_user('root') } end
Version data entries
85 entries across 85 versions & 4 rubygems