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/integration | |
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/integration')
-rw-r--r-- | spec/integration/provider/ssh_authorized_key_spec.rb | 2 | ||||
-rw-r--r-- | spec/integration/provider/sshkey_spec.rb | 2 |
2 files changed, 0 insertions, 4 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' |