Commit b6c3cd13 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'frozen-string-enable-spec' into 'master'

Enable frozen string for spec/*.rb

See merge request gitlab-org/gitlab!18168
parents 16b15720 223f64c4
# 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