inspec/test/fixtures/config_dirs/input_plugin/plugins.json
Ryan Davis b1c2af209b Corresponding fixes for the move from test/unit/mock to test/fixtures.
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 19:20:12 -08:00

10 lines
No EOL
260 B
JSON

{
"plugins_config_version" : "1.0.0",
"plugins": [
{
"name": "inspec-input-test-fixture",
"installation_type": "path",
"installation_path": "test/fixtures/plugins/inspec-input-test-fixture/lib/inspec-input-test-fixture.rb"
}
]
}