summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/functions_spec.rb')
-rw-r--r--spec/unit/parser/functions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/functions_spec.rb b/spec/unit/parser/functions_spec.rb
index 18aee4b65..51e52faee 100644
--- a/spec/unit/parser/functions_spec.rb
+++ b/spec/unit/parser/functions_spec.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../spec_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
describe Puppet::Parser::Functions do