diff --git a/test/functional/plugins_test.rb b/test/functional/plugins_test.rb index a1a81fdee..8f0b45cf9 100644 --- a/test/functional/plugins_test.rb +++ b/test/functional/plugins_test.rb @@ -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