diff options
author | Jacob Helwig <jacob@technosorcery.net> | 2018-06-22 09:44:42 -0700 |
---|---|---|
committer | Jacob Helwig <jacob@technosorcery.net> | 2018-06-22 09:44:42 -0700 |
commit | 2ea8606920156a3188def27f1ff906610f61f3a7 (patch) | |
tree | e9be42f33afa300d07d07f44048acaf6cab6697b /spec | |
parent | b918a193de16f9b1c88687ccfab91664f975f1ab (diff) | |
download | puppet-sshkeys_core-2ea8606920156a3188def27f1ff906610f61f3a7.tar.gz puppet-sshkeys_core-2ea8606920156a3188def27f1ff906610f61f3a7.tar.bz2 |
Clean up Rubocop Lint/ScriptPermission violations
Diffstat (limited to 'spec')
-rw-r--r-- | spec/integration/provider/ssh_authorized_key_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/provider/sshkey_spec.rb | 2 | ||||
-rw-r--r-- | spec/unit/provider/sshkey/parsed_spec.rb | 1 | ||||
-rw-r--r-- | spec/unit/type/ssh_authorized_key_spec.rb | 1 | ||||
-rw-r--r-- | spec/unit/type/sshkey_spec.rb | 1 |
5 files changed, 0 insertions, 7 deletions
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 |