chore: Add climate-control gem for handling the test ENV vars (#3267)
This commit is contained in:
@@ -14,4 +14,8 @@ RSpec.configure do |config|
|
||||
end
|
||||
|
||||
config.shared_context_metadata_behavior = :apply_to_host_groups
|
||||
|
||||
def with_modified_env(options, &block)
|
||||
ClimateControl.modify(options, &block)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user