From 2ea8606920156a3188def27f1ff906610f61f3a7 Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Fri, 22 Jun 2018 09:44:42 -0700 Subject: Clean up Rubocop Lint/ScriptPermission violations --- spec/integration/provider/ssh_authorized_key_spec.rb | 2 -- spec/integration/provider/sshkey_spec.rb | 2 -- spec/unit/provider/sshkey/parsed_spec.rb | 1 - spec/unit/type/ssh_authorized_key_spec.rb | 1 - spec/unit/type/sshkey_spec.rb | 1 - 5 files changed, 7 deletions(-) (limited to 'spec') diff --git a/spec/integration/provider/ssh_authorized_key_spec.rb b/spec/integration/provider/ssh_authorized_key_spec.rb index 7dc40e3..397b609 100644 --- a/spec/integration/provider/ssh_authorized_key_spec.rb +++ b/spec/integration/provider/ssh_authorized_key_spec.rb @@ -1,5 +1,3 @@ -#! /usr/bin/env ruby - require 'spec_helper' require 'puppet/file_bucket/dipper' diff --git a/spec/integration/provider/sshkey_spec.rb b/spec/integration/provider/sshkey_spec.rb index 5328f85..ee74193 100644 --- a/spec/integration/provider/sshkey_spec.rb +++ b/spec/integration/provider/sshkey_spec.rb @@ -1,5 +1,3 @@ -#!/usr/bin/env ruby - require 'spec_helper' require 'puppet/file_bucket/dipper' require 'puppet_spec/files' diff --git a/spec/unit/provider/sshkey/parsed_spec.rb b/spec/unit/provider/sshkey/parsed_spec.rb index 3e7eade..6a86f0c 100644 --- a/spec/unit/provider/sshkey/parsed_spec.rb +++ b/spec/unit/provider/sshkey/parsed_spec.rb @@ -1,4 +1,3 @@ -#! /usr/bin/env ruby require 'spec_helper' describe 'sshkey parsed provider' do diff --git a/spec/unit/type/ssh_authorized_key_spec.rb b/spec/unit/type/ssh_authorized_key_spec.rb index bc27b64..845cf46 100644 --- a/spec/unit/type/ssh_authorized_key_spec.rb +++ b/spec/unit/type/ssh_authorized_key_spec.rb @@ -1,4 +1,3 @@ -#! /usr/bin/env ruby require 'spec_helper' describe Puppet::Type.type(:ssh_authorized_key), unless: Puppet.features.microsoft_windows? do diff --git a/spec/unit/type/sshkey_spec.rb b/spec/unit/type/sshkey_spec.rb index af3b677..452610e 100644 --- a/spec/unit/type/sshkey_spec.rb +++ b/spec/unit/type/sshkey_spec.rb @@ -1,4 +1,3 @@ -#! /usr/bin/env ruby require 'spec_helper' describe Puppet::Type.type(:sshkey) do -- cgit v1.2.3