summaryrefslogtreecommitdiffstats
path: root/spec/integration/parser/functions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/parser/functions_spec.rb')
-rwxr-xr-x[-rw-r--r--]spec/integration/parser/functions_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/parser/functions_spec.rb b/spec/integration/parser/functions_spec.rb
index 504d1fe5e..397576182 100644..100755
--- a/spec/integration/parser/functions_spec.rb
+++ b/spec/integration/parser/functions_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::Functions do
before :each do
@@ -18,4 +18,4 @@ describe Puppet::Parser::Functions do
}.should_not raise_error
threads.each { |t| t.join }
end
-end \ No newline at end of file
+end