mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
syntaxo
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3a3a2cefff
commit
4eb815fdd7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ end
|
||||||
#=========================================================================================#
|
#=========================================================================================#
|
||||||
describe 'input plugins' do
|
describe 'input plugins' do
|
||||||
include FunctionalHelper
|
include FunctionalHelper
|
||||||
let(:env) { { INSPEC_CONFIG_DIR: "#{config_dir_path}/input_plugin") }
|
let(:env) { { INSPEC_CONFIG_DIR: "#{config_dir_path}/input_plugin" } }
|
||||||
let(:profile) { "#{profile_path}/inputs/plugin" }
|
let(:profile) { "#{profile_path}/inputs/plugin" }
|
||||||
|
|
||||||
describe 'when an input is provided only by a plugin' do
|
describe 'when an input is provided only by a plugin' do
|
||||||
|
|
Loading…
Reference in a new issue