]> gitweb.fluxo.info Git - puppet-sshkeys_core.git/commitdiff
Clean up Rubocop Lint/ScriptPermission violations
authorJacob Helwig <jacob@technosorcery.net>
Fri, 22 Jun 2018 16:44:42 +0000 (09:44 -0700)
committerJacob Helwig <jacob@technosorcery.net>
Fri, 22 Jun 2018 16:44:42 +0000 (09:44 -0700)
spec/integration/provider/ssh_authorized_key_spec.rb
spec/integration/provider/sshkey_spec.rb
spec/unit/provider/sshkey/parsed_spec.rb
spec/unit/type/ssh_authorized_key_spec.rb
spec/unit/type/sshkey_spec.rb

index 7dc40e351caaa071af25661d54c45ca381c36161..397b60998a50962659741c61c6b3b227f625dbbc 100644 (file)
@@ -1,5 +1,3 @@
-#! /usr/bin/env ruby
-
 require 'spec_helper'
 require 'puppet/file_bucket/dipper'
 
index 5328f851ffb81bb0f55c317d124d0e015bd4f1c5..ee74193ad21650b1c5a4cf6c8b4e688bbdc453a3 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-
 require 'spec_helper'
 require 'puppet/file_bucket/dipper'
 require 'puppet_spec/files'
index 3e7eade0b8d6c98dc31a42f01cf5d3f0bc662b5b..6a86f0c75bd7624a0f8b88cbfc5e6718381ce6c5 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
 require 'spec_helper'
 
 describe 'sshkey parsed provider' do
index bc27b641456ac4bfadf2587a3fc577bed96f5698..845cf46e43117c6168b5d156fd1e08a999d52ac1 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
 require 'spec_helper'
 
 describe Puppet::Type.type(:ssh_authorized_key), unless: Puppet.features.microsoft_windows? do
index af3b6772e1ced7e6fe28f55697264fe0ad099d6f..452610e259255f287ea0d2652fa39cfa308fec7c 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env ruby
 require 'spec_helper'
 
 describe Puppet::Type.type(:sshkey) do