summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-04-10 15:49:12 -0500
committerLuke Kanies <luke@madstop.com>2008-04-10 15:49:12 -0500
commit3718b6410b6d0312027308c809ca5bf623538498 (patch)
treebedd98dfc8305a56f947c1d35b3140b55f1e8c0d /spec
parentd91b6d8ac081179c467c7c4e9ea7ac067aa22baf (diff)
downloadpuppet-3718b6410b6d0312027308c809ca5bf623538498.tar.gz
puppet-3718b6410b6d0312027308c809ca5bf623538498.tar.xz
puppet-3718b6410b6d0312027308c809ca5bf623538498.zip
Fixing #1173 -- classes and definitions can now have the same
name as a directory with no failures.
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/module.rb b/spec/unit/module.rb
index 4115ee776..06b2d016d 100755
--- a/spec/unit/module.rb
+++ b/spec/unit/module.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../spec_helper'
+require File.dirname(__FILE__) + '/../spec_helper'
describe Puppet::Module, " when building its search path" do
include PuppetTest