Add the frozen literal to the correct file

This commit is contained in:
DJ Mountney 2019-06-20 10:02:42 -07:00
parent e1befc9b3f
commit e793f96c2b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# frozen_string_literal: true
require 'rake_helper'
describe 'gitlab:uploads rake tasks' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
require 'rake'