lib/gitlab/qa/component/production.rb in gitlab-qa-7.34.0 vs lib/gitlab/qa/component/production.rb in gitlab-qa-7.35.0
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module Gitlab
module QA
module Component
class Production < Staging
- ADDRESS = 'https://gitlab.com'.freeze
+ ADDRESS = 'https://gitlab.com'
end
end
end
end