[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
Paul Nasrat
pnasrat at googlemail.com
Fri Jan 29 17:22:35 UTC 2010
The following commit has been merged in the upstream branch:
commit 95e5fea3c7cbc9dbc6a5c77358593e872649d1df
Author: Paul Nasrat <pnasrat at googlemail.com>
Date: Sat Jul 11 09:19:24 2009 +0100
Fix broken ci build with explicit clearing before tests
diff --git a/spec/unit/operatingsystem.rb b/spec/unit/operatingsystem.rb
index 4c3fb3b..de86230 100644
--- a/spec/unit/operatingsystem.rb
+++ b/spec/unit/operatingsystem.rb
@@ -5,7 +5,10 @@ require File.dirname(__FILE__) + '/../spec_helper'
require 'facter'
describe "Operating System fact" do
-
+
+ before do
+ Facter.clear
+ end
after do
Facter.clear
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list