mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Merge pull request #4111 from inspec/zenspider/loader_test_fix
Fixes a test interaction bug between installer and loader.
This commit is contained in:
commit
53a6d7842b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class PluginLoaderTests < Minitest::Test
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_load_mock_plugin_by_gem
|
def test_load_mock_plugin_by_gem
|
||||||
ENV['INSPEC_CONFIG_DIR'] = File.join(@config_dir_path, 'test-fixture-1-float')
|
ENV['INSPEC_CONFIG_DIR'] = File.join(@config_dir_path, 'test-fixture-2-float')
|
||||||
|
|
||||||
reg = Inspec::Plugin::V2::Registry.instance
|
reg = Inspec::Plugin::V2::Registry.instance
|
||||||
plugin_name = :'inspec-test-fixture'
|
plugin_name = :'inspec-test-fixture'
|
||||||
|
|
Loading…
Reference in a new issue