Skip to content
代码片段 群组 项目
提交 93a44e13 编辑于 作者: gfyoung's avatar gfyoung 提交者: Rémy Coutable
浏览文件

Add some frozen string to spec/**/*.rb

Adds frozen string to the following:

* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb

xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
上级 d5e3677e
No related branches found
No related tags found
无相关合并请求
显示
43 个添加0 个删除
---
title: Add some frozen string to spec/**/*.rb
merge_request:
author: gfyoung
type: other
# frozen_string_literal: true
require 'spec_helper'
load File.expand_path('../../bin/changelog', __dir__)
......
# frozen_string_literal: true
require 'spec_helper'
describe 'mail_room.yml' do
......
# frozen_string_literal: true
require 'spec_helper'
require Rails.root.join('config', 'object_store_settings.rb')
......
# frozen_string_literal: true
require 'spec_helper'
describe Settings do
......
# frozen_string_literal: true
require 'spec_helper'
describe AbuseReportsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::ApplicationSettingsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::ApplicationsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::DashboardController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::GitalyServersController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::GroupsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::HealthCheckController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::HooksController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::IdentitiesController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::ImpersonationsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::ProjectsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::RunnersController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::ServicesController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::SpamLogsController do
......
# frozen_string_literal: true
require 'spec_helper'
describe Admin::UsersController do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册