Add frozen_string_literal to new files

This commit is contained in:
Stan Hu 2019-03-04 23:19:19 -08:00
parent b9fcefc895
commit ad2f711adf
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe Gitlab::DependencyLinker::Parser::Gemfile do

View File

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

View File

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