debian-mirror-gitlab/spec/support/enable_multiple_database_metrics_by_default.rb
2021-10-27 15:23:28 +05:30

9 lines
208 B
Ruby

# frozen_string_literal: true
RSpec.configure do |config|
config.before do
# Enable this by default in all tests so it behaves like a FF
stub_env('GITLAB_MULTIPLE_DATABASE_METRICS', '1')
end
end