Skip to content
Snippets Groups Projects
Commit 3ca026f9 authored by gfyoung's avatar gfyoung :thinking: Committed by Sarah Yasonik
Browse files

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
parent 2baeee6e
No related branches found
No related tags found
No related merge requests found
Showing
with 43 additions and 0 deletions
---
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment