Commit 0e14d35d authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Enable frozen string for GitLab import specs

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 1295eba7
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::GitlabImport::Client do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::GitlabImport::Importer do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::GitlabImport::ProjectCreator 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