From e6d2465d9732dea7b69e498c7a1feed544ba6a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Tue, 4 Sep 2018 11:42:58 +0200 Subject: Add `# frozen_string_literal: true` --- spec/factories/prometheus_metrics.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/factories/prometheus_metrics.rb') 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' -- cgit v1.2.3