From: Tristan Smith Date: Thu, 21 Nov 2013 02:30:46 +0000 (-0800) Subject: calling rspec directly makes this not pass ruby -c. adjusting to be in line with... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4241eb4806c64fb406caef998383bd455a802c83;p=puppet-stdlib.git calling rspec directly makes this not pass ruby -c. adjusting to be in line with the rest. --- 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