summaryrefslogtreecommitdiff
path: root/spec/unit/knife
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-04-10 09:31:25 -0700
committeradamedx <adamed@opscode.com>2014-04-22 15:53:39 -0700
commitf8b096cfbe86dccb3f1eb443577b4f8fc44df519 (patch)
treefda95b72e75b7f7531001c7b43dad3c922025e17 /spec/unit/knife
parentd01447b899cad59794029e3d01c2570cc5547674 (diff)
downloadchef-f8b096cfbe86dccb3f1eb443577b4f8fc44df519.tar.gz
CHEF-5211: Make sure ohai[:fqdn] succeeds
Diffstat (limited to 'spec/unit/knife')
-rw-r--r--spec/unit/knife/configure_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/knife/configure_spec.rb b/spec/unit/knife/configure_spec.rb
index eab42fadd5..c16019dcf7 100644
--- a/spec/unit/knife/configure_spec.rb
+++ b/spec/unit/knife/configure_spec.rb
@@ -28,6 +28,7 @@ describe Chef::Knife::Configure do
let(:ohai) do
o = {}
o.stub(:require_plugin)
+ o.stub(:load_plugins)
o[:fqdn] = fqdn
o
end