diff options
Diffstat (limited to 'spec/unit/parser/ast/function_spec.rb')
| -rwxr-xr-x[-rw-r--r--] | spec/unit/parser/ast/function_spec.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/unit/parser/ast/function_spec.rb b/spec/unit/parser/ast/function_spec.rb index cd4b0f94e..c52e806e9 100644..100755 --- a/spec/unit/parser/ast/function_spec.rb +++ b/spec/unit/parser/ast/function_spec.rb @@ -1,6 +1,5 @@ -#!/usr/bin/env ruby - -require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper') +#!/usr/bin/env rspec +require 'spec_helper' describe Puppet::Parser::AST::Function do before :each do |
