Commit 1a60d926 authored by Thong Kuah's avatar Thong Kuah

Add frozen_string_literal to qa/ee

This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
parent 83b79fa9
# frozen_string_literal: true
module QA
##
# GitLab EE extensions
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
module QA
module EE
module Page
......
# frozen_string_literal: true
# Prepended onto ::QA::Runtime::Env
module QA
module EE
......
# frozen_string_literal: true
# EE-only singleton
module QA
module EE
......
# frozen_string_literal: true
require 'net/http'
require 'json'
......
# frozen_string_literal: true
module QA
module EE
module Strategy
......
# frozen_string_literal: true
describe ::QA::EE::Runtime::Geo do
describe '.max_db_replication_time' do
subject { described_class.max_db_replication_time }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment