summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/mount/parsed.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/mount/parsed.rb')
-rwxr-xr-xspec/unit/provider/mount/parsed.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/provider/mount/parsed.rb b/spec/unit/provider/mount/parsed.rb
index d2c992f33..364e145be 100755
--- a/spec/unit/provider/mount/parsed.rb
+++ b/spec/unit/provider/mount/parsed.rb
@@ -130,6 +130,7 @@ describe provider_class do
describe provider_class, " when modifying the filesystem tab" do
include ParsedMountTesting
before do
+ Puppet.settings.stubs(:use)
# Never write to disk, only to RAM.
@provider_class.stubs(:filetype).returns(Puppet::Util::FileType.filetype(:ram))