From f7fec65bd27e835b41c5779c526e65dd8072080e Mon Sep 17 00:00:00 2001 From: Aria Li Date: Thu, 4 May 2023 16:11:54 -0700 Subject: [PATCH] (maint) Reset OptionStore after rspec test --- spec/framework/core/options/options_validator_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/framework/core/options/options_validator_spec.rb b/spec/framework/core/options/options_validator_spec.rb index a2fd277c0d..85cc3b119f 100644 --- a/spec/framework/core/options/options_validator_spec.rb +++ b/spec/framework/core/options/options_validator_spec.rb @@ -32,6 +32,7 @@ an_instance_of(SystemExit) .and(having_attributes(status: error_code)) ) + Facter::OptionStore.reset end end