Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-07-25 08:11:48 +0300
committerThong Kuah <tkuah@gitlab.com>2019-07-26 04:18:39 +0300
commit94bb660460bd3b01e289d6deb431774694f3ebb7 (patch)
tree502416f1683c1d904ae6e3665ef615761c881176 /spec/factories/ci/bridge.rb
parent9e91ae15a8194e75e2bc0703d51babb25d161807 (diff)
Add frozen_string_literal to spec/factories
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
Diffstat (limited to 'spec/factories/ci/bridge.rb')
-rw-r--r--spec/factories/ci/bridge.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/ci/bridge.rb b/spec/factories/ci/bridge.rb
index 7cb5900f2b7..6491b9dca19 100644
--- a/spec/factories/ci/bridge.rb
+++ b/spec/factories/ci/bridge.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
FactoryBot.define do
factory :ci_bridge, class: Ci::Bridge do
name 'bridge'