]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
calling rspec directly makes this not pass ruby -c. adjusting to be in line with...
authorTristan Smith <tsmith@palantir.com>
Thu, 21 Nov 2013 02:30:46 +0000 (18:30 -0800)
committerTristan Smith <tsmith@palantir.com>
Thu, 21 Nov 2013 02:30:46 +0000 (18:30 -0800)
spec/unit/puppet/parser/functions/is_function_available.rb

index bd40c51944db2d8671faf1c9d11b43eafa7d757a..d5669a75837fc4ab90e71eb3a6db2daf62a2c434 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env rspec
+#!/usr/bin/env ruby -S rspec
 require 'spec_helper'
 
 describe "the is_function_available function" do