From ad11e259b876e89c2938df003ae4f69e0d28a79f Mon Sep 17 00:00:00 2001 From: Jorie Tappa Date: Wed, 1 Aug 2018 16:18:05 -0500 Subject: Fix RSpec/DescribeMethod violation. --- spec/integration/provider/cron/crontab_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3