summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast/function_spec.rb
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-08 16:08:08 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-08 16:08:08 -0700
commit270e179a183b4432dc82958bd002eecd605bc079 (patch)
treeb5e2e6d988c7d426afe15e7380e871484595bd14 /spec/unit/parser/ast/function_spec.rb
parentab5f1e8ffbe6503687c6f46bcaed9316da0151b9 (diff)
parent6ed00515e8614233160d74b1c32b75fab27ac722 (diff)
downloadpuppet-270e179a183b4432dc82958bd002eecd605bc079.tar.gz
puppet-270e179a183b4432dc82958bd002eecd605bc079.tar.xz
puppet-270e179a183b4432dc82958bd002eecd605bc079.zip
Merge branch 'maint/next/clean-up-spec_helper-require' into next
Diffstat (limited to 'spec/unit/parser/ast/function_spec.rb')
-rwxr-xr-x[-rw-r--r--]spec/unit/parser/ast/function_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/ast/function_spec.rb b/spec/unit/parser/ast/function_spec.rb
index cd4b0f94e..6f9f33b8e 100644..100755
--- a/spec/unit/parser/ast/function_spec.rb
+++ b/spec/unit/parser/ast/function_spec.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper')
+require 'spec_helper'
describe Puppet::Parser::AST::Function do
before :each do