summaryrefslogtreecommitdiff
path: root/spec/unit/puppet
diff options
context:
space:
mode:
authorTristan Smith <tsmith@palantir.com>2013-11-20 18:30:46 -0800
committerTristan Smith <tsmith@palantir.com>2013-11-20 18:30:46 -0800
commit4241eb4806c64fb406caef998383bd455a802c83 (patch)
tree2083215da79f91387b1d452a7702c9cb5309db82 /spec/unit/puppet
parent44c181ec0e230768b8dce10de57f9b32638e66e1 (diff)
calling rspec directly makes this not pass ruby -c. adjusting to be in line with the rest.
Diffstat (limited to 'spec/unit/puppet')
-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