diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-04-01 13:26:31 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-04-01 14:37:54 +1300 |
commit | ab2047d0e74bbb168a96a8d333fa562ec021cff9 (patch) | |
tree | 5c6aaee7332a465a68ed48817515dcdca3a2ddc3 /spec | |
parent | 32a1277d28a87f92a87218a60c32174f4c7279a9 (diff) | |
download | gitlab-ce-ab2047d0e74bbb168a96a8d333fa562ec021cff9.tar.gz |
Don't use frozen_string_literal for nowfrozen_string_spec_models
While we debug why this is failing
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/ci/build_trace_chunk_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/ci/build_trace_chunk_spec.rb b/spec/models/ci/build_trace_chunk_spec.rb index f7ee4614e02..59db347582b 100644 --- a/spec/models/ci/build_trace_chunk_spec.rb +++ b/spec/models/ci/build_trace_chunk_spec.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: true - require 'spec_helper' describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do |