aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/provider/cron
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/cron')
-rw-r--r--spec/unit/provider/cron/crontab_spec.rb1
-rw-r--r--spec/unit/provider/cron/parsed_spec.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/spec/unit/provider/cron/crontab_spec.rb b/spec/unit/provider/cron/crontab_spec.rb
index 92924ae..f4782cc 100644
--- a/spec/unit/provider/cron/crontab_spec.rb
+++ b/spec/unit/provider/cron/crontab_spec.rb
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
require 'spec_helper'
describe Puppet::Type.type(:cron).provider(:crontab) do
diff --git a/spec/unit/provider/cron/parsed_spec.rb b/spec/unit/provider/cron/parsed_spec.rb
index 6d5b752..8d6e282 100644
--- a/spec/unit/provider/cron/parsed_spec.rb
+++ b/spec/unit/provider/cron/parsed_spec.rb
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-
require 'spec_helper'
describe Puppet::Type.type(:cron).provider(:crontab) do