From 4241eb4806c64fb406caef998383bd455a802c83 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Wed, 20 Nov 2013 18:30:46 -0800 Subject: calling rspec directly makes this not pass ruby -c. adjusting to be in line with the rest. --- spec/unit/puppet/parser/functions/is_function_available.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit/puppet') 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 -- cgit v1.2.3