Merge pull request #4111 from inspec/zenspider/loader_test_fix

Fixes a test interaction bug between installer and loader.
This commit is contained in:
Ryan Davis 2019-05-18 18:08:28 -07:00 committed by GitHub
commit 53a6d7842b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ class PluginLoaderTests < Minitest::Test
end
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
plugin_name = :'inspec-test-fixture'