summaryrefslogtreecommitdiff
path: root/spec/integration/faces/documentation_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/faces/documentation_spec.rb')
-rwxr-xr-xspec/integration/faces/documentation_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/integration/faces/documentation_spec.rb b/spec/integration/faces/documentation_spec.rb
index bd1f8008a..803d61599 100755
--- a/spec/integration/faces/documentation_spec.rb
+++ b/spec/integration/faces/documentation_spec.rb
@@ -16,10 +16,6 @@ describe "documentation of faces" do
# bug in it, triggered in something the user might do.
context "face help messages" do
- # we need to set a bunk module path here, because without doing so,
- # the autoloader will try to use it before it is initialized.
- Puppet[:modulepath] = "/dev/null"
-
Puppet::Face.faces.sort.each do |face_name|
# REVISIT: We should walk all versions of the face here...
let :help do Puppet::Face[:help, :current] end