Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-05-03 15:17:12 -04:00
parent 3a3a2cefff
commit 4eb815fdd7

View file

@ -100,7 +100,7 @@ end
#=========================================================================================#
describe 'input plugins' do
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" }
describe 'when an input is provided only by a plugin' do