Commit 223f64c4 authored by gfyoung's avatar gfyoung

Enable frozen string for spec/*.rb

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent f10ee617
# frozen_string_literal: true
require 'spec_helper'
describe 'factories' do
......
# frozen_string_literal: true
require 'bundler/setup'
ENV['GITLAB_ENV'] = 'test'
......
# frozen_string_literal: true
require 'spec_helper'
require 'rake'
......
# frozen_string_literal: true
require 'simplecov'
require 'active_support/core_ext/numeric/time'
require_relative '../lib/gitlab/utils'
......
# frozen_string_literal: true
require './spec/simplecov_env'
SimpleCovEnv.start!
......
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