mirror of
https://github.com/inspec/inspec
synced 2024-11-28 07:30:50 +00:00
a26dbe146d
For reading the profiles metadata, we're using the train mock backend through Inspec::Runner. The new `supports` feature never agrees with the mock backend. Now, it we figure out if this is a mock class and then just say that it supports whatever we're asking for. Tl;dr: there's probably a more beautiful solution to this. Added a test case, but it fails -- while the command line interface works fine.
10 lines
251 B
YAML
10 lines
251 B
YAML
name: complete
|
|
title: complete example profile
|
|
maintainer: Chef Software, Inc.
|
|
copyright: Chef Software, Inc.
|
|
copyright_email: support@chef.io
|
|
license: Proprietary, All rights reserved
|
|
summary: Testing stub
|
|
version: 1.0.0
|
|
supports:
|
|
- os-family: linux
|