inspec/test/fixtures/config_dirs/plugin_config_files/basic.json
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

18 lines
No EOL
377 B
JSON

{
"plugins_config_version" : "1.0.0",
"plugins": [
{
"name": "inspec-test-fixture-00"
},
{
"name": "inspec-test-fixture-01",
"installation_type": "gem",
"version": "0.2.0"
},
{
"name": "inspec-test-fixture-02",
"installation_type": "path",
"installation_path": "/somewhere/on/disk/lib/entrypoint.rb"
}
]
}