inspec/test/fixtures/config_dirs
Vasundhara Jagdale 326b6bfd47
CFINSPEC-533: Fix undefined method 'summary' for Gem::SourceFetchProblem (NoMethodError) when airgapped (#6337)
* This fixes the undefined method 'summary' for #<Gem::SourceFetchProblem:0x000000000139dc70> (NoMethodError) while invoking any inspec command if the custom plugin is installed and if inspec commands are run in an air gap environment.
This fix removes an earlier call for getting gem specification from rubygems.org which is the cause for above error and replaces it with fetching the summary from a locally saved gemspec file. This will work in both airgap and non-airgap environments.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds test for reading description from local gemspec file.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2023-01-03 10:01:49 -05:00
..
empty Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
fakehome resolves inspec/inspec#6042 (#6043) 2022-08-25 09:39:17 -04:00
fakehome-2 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
input_plugin Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
json-config Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
meaning_by_path Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
plugin_config_files Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
plugin_error_on_load Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
reporter_plugin Basics of a working reporter plugin system 2020-05-01 23:48:05 -04:00
test-fixture-1-float add ruby test 3.1 in verify pipeline (#5892) 2022-06-13 14:24:33 -04:00
test-fixture-2-float add ruby test 3.1 in verify pipeline (#5892) 2022-06-13 14:24:33 -04:00
train-test-fixture CFINSPEC-533: Fix undefined method 'summary' for Gem::SourceFetchProblem (NoMethodError) when airgapped (#6337) 2023-01-03 10:01:49 -05:00