summaryrefslogtreecommitdiffstats
path: root/spec/integration/file_serving/metadata_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/file_serving/metadata_spec.rb')
-rwxr-xr-xspec/integration/file_serving/metadata_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/file_serving/metadata_spec.rb b/spec/integration/file_serving/metadata_spec.rb
index 1e67309e5..627369ff8 100755
--- a/spec/integration/file_serving/metadata_spec.rb
+++ b/spec/integration/file_serving/metadata_spec.rb
@@ -3,7 +3,7 @@
# Created by Luke Kanies on 2007-10-18.
# Copyright (c) 2007. All rights reserved.
-require File.dirname(__FILE__) + '/../../spec_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
require 'puppet/file_serving/metadata'
require 'shared_behaviours/file_serving'