summaryrefslogtreecommitdiffstats
path: root/spec/unit/simple_graph_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/simple_graph_spec.rb')
-rwxr-xr-xspec/unit/simple_graph_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/simple_graph_spec.rb b/spec/unit/simple_graph_spec.rb
index fa0bcb06a..e49811ea7 100755
--- a/spec/unit/simple_graph_spec.rb
+++ b/spec/unit/simple_graph_spec.rb
@@ -3,7 +3,7 @@
# Created by Luke Kanies on 2007-11-1.
# Copyright (c) 2006. All rights reserved.
-require File.dirname(__FILE__) + '/../spec_helper'
+require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
require 'puppet/simple_graph'
describe Puppet::SimpleGraph do