summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorAndrew Parker <andy@puppetlabs.com>2013-12-18 10:31:39 -0800
committerAndrew Parker <andy@puppetlabs.com>2013-12-18 10:31:39 -0800
commit210e3b7f6cbb7eb6d18a1ec4e775293684c2e60e (patch)
tree8619b32a4f0806d802997f241f31bd033f4d6602 /spec/unit
parent5d4c95ec50f2814a42472e5841b486338a28698b (diff)
parent4241eb4806c64fb406caef998383bd455a802c83 (diff)
Merge pull request #203 from dreamlibrarian/fix/is_function_available-ruby_c
calling rspec directly makes is_function_available.rb not pass ruby -c
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/puppet/parser/functions/is_function_available.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/puppet/parser/functions/is_function_available.rb b/spec/unit/puppet/parser/functions/is_function_available.rb
index bd40c51..d5669a7 100644
--- a/spec/unit/puppet/parser/functions/is_function_available.rb
+++ b/spec/unit/puppet/parser/functions/is_function_available.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/env rspec
+#!/usr/bin/env ruby -S rspec
require 'spec_helper'
describe "the is_function_available function" do