aboutsummaryrefslogtreecommitdiff
path: root/spec/acceptance/tests/resource/cron/should_match_existing_spec.rb
diff options
context:
space:
mode:
authorJorie Tappa <jorie@jorietappa.com>2018-08-23 13:01:25 -0700
committerJorie Tappa <jorie@jorietappa.com>2018-08-23 13:01:25 -0700
commitb94412afd6be6155b7384c37378d985826528670 (patch)
treef041e9862affe7e5b2a9982316305c34d1cb65e0 /spec/acceptance/tests/resource/cron/should_match_existing_spec.rb
parent3b48bc4a5a9d3703fbb01d3d6e70cbf2240f0e8b (diff)
downloadpuppet-cron_core-b94412afd6be6155b7384c37378d985826528670.tar.gz
puppet-cron_core-b94412afd6be6155b7384c37378d985826528670.tar.bz2
Fix acceptance tests
Diffstat (limited to 'spec/acceptance/tests/resource/cron/should_match_existing_spec.rb')
-rw-r--r--spec/acceptance/tests/resource/cron/should_match_existing_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/acceptance/tests/resource/cron/should_match_existing_spec.rb b/spec/acceptance/tests/resource/cron/should_match_existing_spec.rb
index 8097714..ce25be7 100644
--- a/spec/acceptance/tests/resource/cron/should_match_existing_spec.rb
+++ b/spec/acceptance/tests/resource/cron/should_match_existing_spec.rb
@@ -1,8 +1,6 @@
require 'spec_helper_acceptance'
-require 'puppet/acceptance/common_utils'
-extend Puppet::Acceptance::CronUtils
-Rspec.context 'when matching cron' do
+RSpec.context 'when matching cron' do
before(:each) do
compatible_agents.each do |agent|
step 'ensure the user exists via puppet'