summaryrefslogtreecommitdiff
path: root/spec/unit/platform_spec.rb
diff options
context:
space:
mode:
authorLance Bragstad <ldbragst@us.ibm.com>2014-03-18 22:25:25 +0000
committerBryan McLellan <btm@getchef.com>2014-03-19 12:26:28 -0700
commit5c7ceaa3f76abad272fc769b3ec7ebc605d1c240 (patch)
tree270c0bec7a32d4e015f30c061f15ded56766ba7d /spec/unit/platform_spec.rb
parentbede61006565a284d07edc02c2f92455496a04ad (diff)
downloadchef-5c7ceaa3f76abad272fc769b3ec7ebc605d1c240.tar.gz
Map 'ibm_powerkvm' to Red Hat-like package manager
Include 'ibm_powerkvm' in provider mappings. Fixes CHEF-5135
Diffstat (limited to 'spec/unit/platform_spec.rb')
-rw-r--r--spec/unit/platform_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/platform_spec.rb b/spec/unit/platform_spec.rb
index e0386a1a61..72d0a9184a 100644
--- a/spec/unit/platform_spec.rb
+++ b/spec/unit/platform_spec.rb
@@ -37,7 +37,8 @@ describe "Chef::Platform supports" do
:mswin,
:mingw32,
:windows,
- :gcel
+ :gcel,
+ :ibm_powerkvm
].each do |platform|
it "#{platform}" do
Chef::Platform.platforms.should have_key(platform)