aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJorie Tappa <jorie@jorietappa.com>2018-08-01 16:18:05 -0500
committerJorie Tappa <jorie@jorietappa.com>2018-08-01 16:18:05 -0500
commitad11e259b876e89c2938df003ae4f69e0d28a79f (patch)
treef321a59578cecfcb6100ad3f36eea8916738ccb1 /spec
parent286f7aaa3a1387b689a6a00db705f15b46579ce6 (diff)
downloadpuppet-cron_core-ad11e259b876e89c2938df003ae4f69e0d28a79f.tar.gz
puppet-cron_core-ad11e259b876e89c2938df003ae4f69e0d28a79f.tar.bz2
Fix RSpec/DescribeMethod violation.
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/provider/cron/crontab_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/provider/cron/crontab_spec.rb b/spec/integration/provider/cron/crontab_spec.rb
index c9661e4..0e81597 100644
--- a/spec/integration/provider/cron/crontab_spec.rb
+++ b/spec/integration/provider/cron/crontab_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
require 'puppet/file_bucket/dipper'
require 'puppet_spec/compiler'
-describe Puppet::Type.type(:cron).provider(:crontab), '(integration)', unless: Puppet.features.microsoft_windows? do
+describe Puppet::Type.type(:cron).provider(:crontab), unless: Puppet.features.microsoft_windows? do
include PuppetSpec::Files
include PuppetSpec::Compiler