summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-11-20 14:00:15 -0600
committerLuke Kanies <luke@madstop.com>2007-11-20 14:00:15 -0600
commita7a46af16c2953ab88c14c7cc382d941faa473bf (patch)
tree8c3ac50f7c92d24ca1c65188b311f55dd66723c0
parent3d31dc8e2a91f599fc31e1f89c66cf1cca94e137 (diff)
downloadpuppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.tar.gz
puppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.tar.xz
puppet-a7a46af16c2953ab88c14c7cc382d941faa473bf.zip
fixing the path to the spec helper in the exec test
-rwxr-xr-xspec/unit/ral/types/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ral/types/exec.rb b/spec/unit/ral/types/exec.rb
index cf0e02929..260804227 100755
--- a/spec/unit/ral/types/exec.rb
+++ b/spec/unit/ral/types/exec.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../spec_helper'
+require File.dirname(__FILE__) + '/../../../spec_helper'
require 'puppet/type/exec'