From 028351553ecfc722330d52dd466113aa4e9c7304 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Mon, 9 Jul 2018 19:54:52 -0700 Subject: Remove Lint/ScriptPermission violation rspec files are not directly executable by ruby, so remove shebang line --- spec/unit/provider/host/parsed_spec.rb | 1 - spec/unit/type/host_spec.rb | 1 - 2 files changed, 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) -- cgit v1.2.3