summaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-05-16 16:08:56 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-05-16 16:08:56 +1000
commit7897335318be2bb98187b570fb7c867ebe109c12 (patch)
treec337fc64373fa3424e0449907ca46ea142345ca3 /spec/integration
parent83ef1b0cda1b010eea3f7d001716ea52f7081c24 (diff)
parenta1409d73b4bb8acbf5db2f8d7a244c2bca81db14 (diff)
Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
Diffstat (limited to 'spec/integration')
-rwxr-xr-xspec/integration/type/package.rb (renamed from spec/integration/ral/types/package.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/ral/types/package.rb b/spec/integration/type/package.rb
index 20567629d..c244fa1cd 100755
--- a/spec/integration/ral/types/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'