aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
AgeCommit message (Collapse)Author
2019-01-09(maint) Add more crontab provider testsEnis Inan
This commit adds the following tests to the cron resource: * A test to ensure that the crontab provider writes the crontab file of a new user * A test to ensure that the crontab provider fails to write the crontab file of a nonexistent user * A test to ensure that the crontab provider writes an originally unauthorized user's crontab file _if_ Puppet authorizes them in the middle of the run These tests are part of the crontab provider's specifications and should have been added before.
2019-01-07(maint) Enable cron tests on Fedora 28, 29 using cronieEnis Inan
2018-08-23Clean up newly broken cops since importJorie Tappa
2018-08-23Fix acceptance testsJorie Tappa
2018-08-21Convert acceptance tests to RspecJorie Tappa
2018-08-09Add spec_helper_accceptance.rbJorie Tappa