diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-03-30 20:15:48 +1300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-04-01 13:35:22 -0300 |
commit | d6b952ad3e2ab3d4e7742f5f767dde30673a2661 (patch) | |
tree | b75b7f1b25218a8cec101d361e2b9b1a05c8e1b5 /spec/workers/ci | |
parent | 8813447c6fd6a9c843433cc7dfda6a95fc4c2b58 (diff) | |
download | gitlab-ce-d6b952ad3e2ab3d4e7742f5f767dde30673a2661.tar.gz |
Add frozen_string_literal to spec/workersfrozen_string_spec_workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
Diffstat (limited to 'spec/workers/ci')
-rw-r--r-- | spec/workers/ci/archive_traces_cron_worker_spec.rb | 2 | ||||
-rw-r--r-- | spec/workers/ci/build_schedule_worker_spec.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/workers/ci/archive_traces_cron_worker_spec.rb b/spec/workers/ci/archive_traces_cron_worker_spec.rb index 478fb7d2c0f..eca6cf5235f 100644 --- a/spec/workers/ci/archive_traces_cron_worker_spec.rb +++ b/spec/workers/ci/archive_traces_cron_worker_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe Ci::ArchiveTracesCronWorker do diff --git a/spec/workers/ci/build_schedule_worker_spec.rb b/spec/workers/ci/build_schedule_worker_spec.rb index 4a3fe84d7f7..647f9763fed 100644 --- a/spec/workers/ci/build_schedule_worker_spec.rb +++ b/spec/workers/ci/build_schedule_worker_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe Ci::BuildScheduleWorker do |