diff options
author | Tristan Smith <tsmith@palantir.com> | 2013-11-20 18:30:46 -0800 |
---|---|---|
committer | Tristan Smith <tsmith@palantir.com> | 2013-11-20 18:30:46 -0800 |
commit | 4241eb4806c64fb406caef998383bd455a802c83 (patch) | |
tree | 2083215da79f91387b1d452a7702c9cb5309db82 /spec/unit | |
parent | 44c181ec0e230768b8dce10de57f9b32638e66e1 (diff) |
calling rspec directly makes this not pass ruby -c. adjusting to be in line with the rest.
Diffstat (limited to 'spec/unit')
-rw-r--r-- | spec/unit/puppet/parser/functions/is_function_available.rb | 2 |
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 |