Add frozen_string_literal magic comment

This commit is contained in:
rpereira2 2019-04-16 21:38:04 +05:30 committed by syasonik
parent 0007a42a7b
commit 64a1fab788
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::MetricsDashboard::Processor do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::MetricsDashboard::Service, :use_clean_rails_memory_store_caching do