Commit 99103a5c authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Enable frozen string for spec/mailers

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 65e7bb4f
# frozen_string_literal: true
require 'spec_helper'
describe AbuseReportMailer do
......
# frozen_string_literal: true
require 'spec_helper'
require 'email_spec'
......
# frozen_string_literal: true
require 'spec_helper'
require 'email_spec'
......
# frozen_string_literal: true
require 'spec_helper'
require 'email_spec'
......
# frozen_string_literal: true
require 'spec_helper'
require 'email_spec'
......
# frozen_string_literal: true
require 'spec_helper'
describe RepositoryCheckMailer do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment