mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
Support config clearing
Signed-off-by: Noel Georgi <git@frezbo.com>
This commit is contained in:
parent
d0505a98e5
commit
48c22a118b
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,11 @@ module Inspec
|
|||
Thor::CoreExt::HashWithIndifferentAccess.new(@plugin_cfg[plugin_name] || {})
|
||||
end
|
||||
|
||||
# clear the cached config
|
||||
def self.__reset
|
||||
@cached_config = nil
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def _utc_merge_transport_options(credentials, transport_name)
|
||||
|
|
Loading…
Reference in a new issue