aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/type/cron_spec.rb
diff options
context:
space:
mode:
authorJorie Tappa <jorie@jorietappa.com>2018-08-01 10:44:32 -0500
committerJorie Tappa <jorie@jorietappa.com>2018-08-01 10:44:32 -0500
commitc3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d (patch)
tree98251334ee2ee0941cb044a2ed889aff1b69ecd2 /spec/unit/type/cron_spec.rb
parent90216d84f8a2da1f77107dc5f0e3d76a3d72aacc (diff)
downloadpuppet-cron_core-c3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d.tar.gz
puppet-cron_core-c3f7cd8ed5e3a228c12fe82636bd00cc8c8c0c7d.tar.bz2
Fix Lint/ScriptPermission violations
Diffstat (limited to 'spec/unit/type/cron_spec.rb')
-rw-r--r--spec/unit/type/cron_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/type/cron_spec.rb b/spec/unit/type/cron_spec.rb
index 80970d0..e80ccb9 100644
--- a/spec/unit/type/cron_spec.rb
+++ b/spec/unit/type/cron_spec.rb
@@ -1,5 +1,3 @@
-#! /usr/bin/env ruby
-
require 'spec_helper'
describe Puppet::Type.type(:cron), unless: Puppet.features.microsoft_windows? do