From 96d65f6d51da6b4798c81a717fb1a0d68c4c90e1 Mon Sep 17 00:00:00 2001 From: Jorie Tappa Date: Wed, 1 Aug 2018 11:27:33 -0500 Subject: Fix RSpec/RepeatedExample violations --- spec/integration/provider/cron/crontab_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/integration/provider') diff --git a/spec/integration/provider/cron/crontab_spec.rb b/spec/integration/provider/cron/crontab_spec.rb index 0148d0c..c9661e4 100644 --- a/spec/integration/provider/cron/crontab_spec.rb +++ b/spec/integration/provider/cron/crontab_spec.rb @@ -136,13 +136,13 @@ describe Puppet::Type.type(:cron).provider(:crontab), '(integration)', unless: P it "works correctly when managing 'target' but not 'user'" do apply_with_error_check(<<-MANIFEST) cron { - 'My daily failure': - special => 'daily', + 'My weekly failure': + special => 'weekly', command => '/bin/false', target => '#{crontab_user1}', } MANIFEST - expect_output('crontab_user1') + expect_output('crontab_user3') end it 'does nothing if a matching entry already present' do -- cgit v1.2.3