summaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-05-15 19:34:21 -0500
committerLuke Kanies <luke@madstop.com>2008-05-15 19:34:21 -0500
commitac79a79c8d7713068243209f782bf16077dd3d37 (patch)
treee1cccee51936156b0a9509c62f727aebe806e4bf /spec/integration
parentd02334f114a73facd2b3a90f35cb1f3c04365e2f (diff)
downloadpuppet-ac79a79c8d7713068243209f782bf16077dd3d37.tar.gz
puppet-ac79a79c8d7713068243209f782bf16077dd3d37.tar.xz
puppet-ac79a79c8d7713068243209f782bf16077dd3d37.zip
Duh, fixing all of the paths being loaded for spec in the moved tests.
Diffstat (limited to 'spec/integration')
-rwxr-xr-xspec/integration/type/package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/type/package.rb b/spec/integration/type/package.rb
index 20567629d..c244fa1cd 100755
--- a/spec/integration/type/package.rb
+++ b/spec/integration/type/package.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../../spec_helper'
+require File.dirname(__FILE__) + '/../../spec_helper'
require 'puppet/type/package'