summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/loader_spec.rb
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-05-31 15:37:30 -0700
committerNick Lewis <nick@puppetlabs.com>2011-05-31 15:37:30 -0700
commit97927e321d1e24554ad21b92ef4afb1bd64c0167 (patch)
treedf2f82066114918911670749887812674e4a72e1 /spec/unit/util/loader_spec.rb
parent59173268a5c6525a4a5df55b362775d07bc6b52d (diff)
parent9404a7a3bb8da660e26897d052cdd03c291fb0bb (diff)
downloadfacter-97927e321d1e24554ad21b92ef4afb1bd64c0167.tar.gz
facter-97927e321d1e24554ad21b92ef4afb1bd64c0167.tar.xz
facter-97927e321d1e24554ad21b92ef4afb1bd64c0167.zip
Merge branch 'ticket/master/7670'HEADmaster
Diffstat (limited to 'spec/unit/util/loader_spec.rb')
-rwxr-xr-xspec/unit/util/loader_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/util/loader_spec.rb b/spec/unit/util/loader_spec.rb
index 90530e8..1bc909f 100755
--- a/spec/unit/util/loader_spec.rb
+++ b/spec/unit/util/loader_spec.rb
@@ -19,6 +19,10 @@ end
describe Facter::Util::Loader do
+ before :each do
+ Facter::Util::Loader.any_instance.unstub(:load_all)
+ end
+
def with_env(values)
old = {}
values.each do |var, value|