aboutsummaryrefslogtreecommitdiff
path: root/spec/acceptance
AgeCommit message (Collapse)Author
2024-02-01Update stdout callMichael Hashizume
Previously in Beaker, you could use a standalone stdout method to access output from remote machines. This was deprecated in 2013 with voxpupuli/beaker@28b2510 and dropped entirely in voxpupuli/beaker@73a31c7. This commit replaces stdout in favor of calling stdout on Result objects.
2024-02-01Replace assert_no_matchMichael Hashizume
The assert_no_match method in Beaker was long deprecated then eventually removed altogether in voxpupuli/beaker@6282311 This commit updates assert_no_match to refute_match.
2018-05-18(maint) Update the acceptance testsMelissa Stone
Prior to this commit, the acceptance tests for mailalias were broken up in a way that was not logical. The tests had been broken up simply following the 'steps' from the previous iteration. This new structure did not work, since later steps were dependent on earlier steps. The tests could not be run in isolation. This commit changes the test set up so that we can more easily run tests in isolation and in random order.
2018-04-26Remove windows from metadata.jsonMelissa Stone
2018-04-25Fix spec tests and rubocop errorsMelissa Stone
2018-04-16Use beaker-rspec for acceptance testsMelissa Stone