summaryrefslogtreecommitdiff
path: root/spec/functions/getparam_spec.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-05-07 09:53:30 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-05-07 09:53:30 -0700
commit176ff3abdc1e63de02d6d8d9cb2d70c09f7b7766 (patch)
treec9b45412f856675d7aa2034ebe8484ed0004e294 /spec/functions/getparam_spec.rb
parente962b9553b8d79b36faa90ef6e002649820208a3 (diff)
parent09f892023c726eabaa85a308c2dbffd8e8b71fbd (diff)
downloadpuppet-stdlib-176ff3abdc1e63de02d6d8d9cb2d70c09f7b7766.tar.gz
puppet-stdlib-176ff3abdc1e63de02d6d8d9cb2d70c09f7b7766.tar.bz2
Merge pull request #248 from averi/master
Add the missing shebangs and fix the wrong ones
Diffstat (limited to 'spec/functions/getparam_spec.rb')
-rw-r--r--spec/functions/getparam_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functions/getparam_spec.rb b/spec/functions/getparam_spec.rb
index 7f5ad1a..bf024af 100644
--- a/spec/functions/getparam_spec.rb
+++ b/spec/functions/getparam_spec.rb
@@ -1,3 +1,4 @@
+#! /usr/bin/env ruby -S rspec
require 'spec_helper'
require 'rspec-puppet'
require 'puppet_spec/compiler'