[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:21:52 UTC 2009
The following commit has been merged in the master branch:
commit 0c6a151fdc8270861634c6a2088829055aa26aa4
Author: Luke Kanies <luke at madstop.com>
Date: Mon Dec 1 17:39:06 2008 -0600
Fixing a test that fails depending on test execution order
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/spec/unit/provider/mount/parsed.rb b/spec/unit/provider/mount/parsed.rb
index ba65b70..df0e992 100755
--- a/spec/unit/provider/mount/parsed.rb
+++ b/spec/unit/provider/mount/parsed.rb
@@ -130,11 +130,11 @@ describe provider_class do
describe provider_class, " when modifying the filesystem tab" do
include ParsedMountTesting
before do
- @mount = mkmount
- @target = @provider_class.default_target
-
# Never write to disk, only to RAM.
@provider_class.stubs(:filetype).returns(Puppet::Util::FileType.filetype(:ram))
+
+ @mount = mkmount
+ @target = @provider_class.default_target
end
it "should write the mount to disk when :flush is called" do
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list