Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 586 Bytes

qm-006-supports.md

File metadata and controls

24 lines (18 loc) · 586 Bytes
SMQM Author Status License
6
John Bellone <[email protected]>
Accepted
Apache 2.0

Cookbook lists at least one platform it supports

The cookbook has a list of the platforms that it supports specified as part of its metadata.

Cookbook consumers should have confidence in knowing that a cookbook is intended to work on a platform in the supports list.

Verification

Pseudocode or actual code that can be used to automatically verify the rule and/or assign appropriate points.

it 'has a supports' do
  expect(cookbook.supports).to_not be_nil
end