diff options
Diffstat (limited to 'spec/integration/node_spec.rb')
-rwxr-xr-x | spec/integration/node_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/node_spec.rb b/spec/integration/node_spec.rb index 4c8a2c2b1..afcb1cda5 100755 --- a/spec/integration/node_spec.rb +++ b/spec/integration/node_spec.rb @@ -3,7 +3,7 @@ # Created by Luke Kanies on 2007-9-23. # Copyright (c) 2007. All rights reserved. -require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') +require 'spec_helper' require 'puppet/node' |