Method: Inspec::Plugin::V2::Installer#__reset

Defined in:
lib/inspec/plugin/v2/installer.rb

#__resetObject

Testing API. Performs a hard reset on the installer and registry, and reloads the loader. Not for public use. TODO: bad timing coupling in tests



153
154
155
# File 'lib/inspec/plugin/v2/installer.rb', line 153

def __reset
  registry.__reset
end