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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-09-04 12:42:58 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-09-04 13:19:23 +0300
commite6d2465d9732dea7b69e498c7a1feed544ba6a3c (patch)
tree2a7ca80588506ff726f414c64852a034246f01df /spec/factories/prometheus_metrics.rb
parent0a9d771bcba036971ebc076112c4a62f2179e372 (diff)
Add `# frozen_string_literal: true`
Diffstat (limited to 'spec/factories/prometheus_metrics.rb')
-rw-r--r--spec/factories/prometheus_metrics.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/prometheus_metrics.rb b/spec/factories/prometheus_metrics.rb
index 0ab237d6b3e..c56644bfb96 100644
--- a/spec/factories/prometheus_metrics.rb
+++ b/spec/factories/prometheus_metrics.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
FactoryBot.define do
factory :prometheus_metric, class: PrometheusMetric do
title 'title'