aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-09 19:54:52 -0700
committerJosh Cooper <josh@puppet.com>2018-07-10 11:03:14 -0700
commit028351553ecfc722330d52dd466113aa4e9c7304 (patch)
tree71fbcc93149acbc4b14548f856848752f2321361 /spec
parent8d53bdec9bb60b8fa8bae622533938511652d5ce (diff)
downloadpuppet-hosts_core-028351553ecfc722330d52dd466113aa4e9c7304.tar.gz
puppet-hosts_core-028351553ecfc722330d52dd466113aa4e9c7304.tar.bz2
Remove Lint/ScriptPermission violation
rspec files are not directly executable by ruby, so remove shebang line
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/provider/host/parsed_spec.rb1
-rw-r--r--spec/unit/type/host_spec.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/provider/host/parsed_spec.rb b/spec/unit/provider/host/parsed_spec.rb
index 961dc7b..493648b 100644
--- a/spec/unit/provider/host/parsed_spec.rb
+++ b/spec/unit/provider/host/parsed_spec.rb
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
require 'spec_helper'
require 'shared_behaviours/all_parsedfile_providers'
diff --git a/spec/unit/type/host_spec.rb b/spec/unit/type/host_spec.rb
index 92138ee..d495ab6 100644
--- a/spec/unit/type/host_spec.rb
+++ b/spec/unit/type/host_spec.rb
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
require 'spec_helper'
host = Puppet::Type.type(:host)