summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-07-21 09:43:48 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-07-21 09:43:48 -0700
commit692672e69e617c34d606c23a0f50d77f2e055733 (patch)
treee58d3d22f53b1a710c4336ee0e3826266e29513f
parentf0973fc7c597905f786a2fbe6f241cd972c6a336 (diff)
downloadchef-lcg/fix-nil-maintainer.tar.gz
fix a busted speclcg/fix-nil-maintainer
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--spec/unit/knife/cookbook_show_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/knife/cookbook_show_spec.rb b/spec/unit/knife/cookbook_show_spec.rb
index 1e8ea836d7..bd952c215f 100644
--- a/spec/unit/knife/cookbook_show_spec.rb
+++ b/spec/unit/knife/cookbook_show_spec.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
-# Copyright:: Copyright 2008-2016, Chef Software Inc.
+# Copyright:: Copyright 2008-2017, Chef Software Inc.
# License:: Apache License, eersion 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -110,8 +110,8 @@ describe Chef::Knife::CookbookShow do
"name" => nil,
"description" => "",
"long_description" => "",
- "maintainer" => nil,
- "maintainer_email" => nil,
+ "maintainer" => "",
+ "maintainer_email" => "",
"license" => "All rights reserved",
"platforms" => {},
"dependencies" => {},