diff options
| author | Shinya Maeda <shinya@gitlab.com> | 2018-04-27 23:32:35 +0900 |
|---|---|---|
| committer | Shinya Maeda <shinya@gitlab.com> | 2018-04-27 23:32:35 +0900 |
| commit | 270b5867306c9f38cfa73402a4b00bc8fd982719 (patch) | |
| tree | 8fabc74ed7809588b34bd8532d82e987ea7ad408 | |
| parent | b4e239dfae1159027c9182fe2369b32321d59e51 (diff) | |
| download | gitlab-ce-270b5867306c9f38cfa73402a4b00bc8fd982719.tar.gz | |
Fix static analysys for build_trace_chunk_spec.rb:8
| -rw-r--r-- | spec/models/ci/build_trace_chunk_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/build_trace_chunk_spec.rb b/spec/models/ci/build_trace_chunk_spec.rb index 988e23146d2..81e58eca3ed 100644 --- a/spec/models/ci/build_trace_chunk_spec.rb +++ b/spec/models/ci/build_trace_chunk_spec.rb @@ -5,7 +5,7 @@ describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do let(:chunk_index) { 0 } let(:data_store) { :redis } let(:raw_data) { nil } - + let(:build_trace_chunk) do described_class.new(build: build, chunk_index: chunk_index, data_store: data_store, raw_data: raw_data) end |
