summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-03-24 12:02:17 -0500
committerLuke Kanies <luke@madstop.com>2008-03-24 12:02:17 -0500
commitd93e1b4696978614a02ff02d24857c9e7c8cce15 (patch)
tree5b16e6bdc42d21559b6520feafc760ab7cae14c5 /spec
parent273c7ec5259d911d7d153662ad2c69c5df0a7fee (diff)
downloadpuppet-d93e1b4696978614a02ff02d24857c9e7c8cce15.tar.gz
puppet-d93e1b4696978614a02ff02d24857c9e7c8cce15.tar.xz
puppet-d93e1b4696978614a02ff02d24857c9e7c8cce15.zip
Fixing #1138 -- the yamldir is automatically created by the
server now that it's in the :puppetmasterd section rather than a separate :yaml section.
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/indirector/yaml.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/indirector/yaml.rb b/spec/unit/indirector/yaml.rb
index b61332485..339529ab0 100755
--- a/spec/unit/indirector/yaml.rb
+++ b/spec/unit/indirector/yaml.rb
@@ -20,7 +20,6 @@ describe Puppet::Indirector::Yaml, " when choosing file location" do
@subject.name = :me
@dir = "/what/ever"
- Puppet.settings.stubs(:use)
Puppet.settings.stubs(:value).with(:yamldir).returns(@dir)
end