summaryrefslogtreecommitdiff
path: root/spec/unit/facter
diff options
context:
space:
mode:
authorAndrea Veri <av@gnome.org>2014-05-07 11:49:25 +0200
committerAndrea Veri <av@gnome.org>2014-05-07 11:49:25 +0200
commit09f892023c726eabaa85a308c2dbffd8e8b71fbd (patch)
treec9b45412f856675d7aa2034ebe8484ed0004e294 /spec/unit/facter
parente962b9553b8d79b36faa90ef6e002649820208a3 (diff)
Add the missing shebangs and fix the wrong ones for rpmlint to stop complaining loudly
Diffstat (limited to 'spec/unit/facter')
-rw-r--r--spec/unit/facter/facter_dot_d_spec.rb1
-rw-r--r--spec/unit/facter/root_home_spec.rb1
-rw-r--r--spec/unit/facter/util/puppet_settings_spec.rb1
3 files changed, 3 insertions, 0 deletions
diff --git a/spec/unit/facter/facter_dot_d_spec.rb b/spec/unit/facter/facter_dot_d_spec.rb
index 1ecffc8..2fb72b2 100644
--- a/spec/unit/facter/facter_dot_d_spec.rb
+++ b/spec/unit/facter/facter_dot_d_spec.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
require 'spec_helper'
require 'facter/facter_dot_d'
diff --git a/spec/unit/facter/root_home_spec.rb b/spec/unit/facter/root_home_spec.rb
index 532fae1..73eb3ea 100644
--- a/spec/unit/facter/root_home_spec.rb
+++ b/spec/unit/facter/root_home_spec.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
require 'spec_helper'
require 'facter/root_home'
diff --git a/spec/unit/facter/util/puppet_settings_spec.rb b/spec/unit/facter/util/puppet_settings_spec.rb
index c3ce6ea..e77779b 100644
--- a/spec/unit/facter/util/puppet_settings_spec.rb
+++ b/spec/unit/facter/util/puppet_settings_spec.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
require 'spec_helper'
require 'facter/util/puppet_settings'