summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/yaml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/indirector/yaml.rb')
-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