This cache needs to be writable. Its a problem.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-05-31 14:59:24 -07:00 committed by Ryan Davis
parent e46018a517
commit 649ed9aca5

View file

@ -71,7 +71,7 @@ require "inspec/log"
require "inspec/backend"
require "helpers/mock_loader"
TMP_CACHE = {}.freeze
TMP_CACHE = {}
Inspec::Log.logger = Logger.new(nil)