aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/integration/provider/ssh_authorized_key_spec.rb2
-rw-r--r--spec/integration/provider/sshkey_spec.rb2
-rw-r--r--spec/unit/provider/sshkey/parsed_spec.rb1
-rw-r--r--spec/unit/type/ssh_authorized_key_spec.rb1
-rw-r--r--spec/unit/type/sshkey_spec.rb1
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