SMQM | Author | Status | License |
---|---|---|---|
6 |
John Bellone <[email protected]> |
Accepted |
Apache 2.0 |
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.
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