aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
AgeCommit message (Collapse)Author
2023-12-04(PA-5954) Add Amazon linux to install the 'cronie' (instead of cron) module ↵Shubham Shinde
used in rpm based platforms
2023-02-17(MODULES-11371) Updates legacy factsMichael Hashizume
Legacy facts are removed in Puppet 8. This commit updates a spec file from using legacy facts to using structured facts.
2023-02-14(MODULES-11371) Add Vox Beaker gemMichael Hashizume
In acb57af, we updated the module according to PDK template 7.2.1, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task.
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