Don't use frozen_string_literal for now

While we debug why this is failing
This commit is contained in:
Thong Kuah 2019-04-01 13:26:31 +13:00
parent 32a1277d28
commit ab2047d0e7
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# frozen_string_literal: true
require 'spec_helper'
describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do