Skip to content

Commit

Permalink
(maint) Reset OptionStore after rspec test
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaXLi committed May 4, 2023
1 parent 2a228e7 commit f7fec65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/framework/core/options/options_validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
an_instance_of(SystemExit)
.and(having_attributes(status: error_code))
)
Facter::OptionStore.reset
end
end

Expand Down

0 comments on commit f7fec65

Please sign in to comment.