Signed-off-by: Luke Kanies <[email protected]>
---
spec/unit/provider/mount/parsed.rb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/spec/unit/provider/mount/parsed.rb
b/spec/unit/provider/mount/parsed.rb
index 364e145..cf9feaa 100755
--- a/spec/unit/provider/mount/parsed.rb
+++ b/spec/unit/provider/mount/parsed.rb
@@ -132,7 +132,8 @@ describe provider_class do
before do
Puppet.settings.stubs(:use)
# Never write to disk, only to RAM.
-
@provider_class.stubs(:filetype).returns(Puppet::Util::FileType.filetype(:ram))
+
#...@provider_class.stubs(:filetype).returns(Puppet::Util::FileType.filetype(:ram))
+
@provider_class.stubs(:target_object).returns(Puppet::Util::FileType.filetype(:ram).new("eh"))
@mount = mkmount
@target = @provider_class.default_target
--
1.6.1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---