Skip to content
Snippets Groups Projects
Commit 93a44e13 authored by gfyoung's avatar gfyoung Committed by Rémy Coutable
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 d5e3677e
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__)
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe 'mail_room.yml' do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
require Rails.root.join('config', 'object_store_settings.rb')
 
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Settings do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe AbuseReportsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::ApplicationSettingsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::ApplicationsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::DashboardController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::GitalyServersController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::GroupsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::HealthCheckController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::HooksController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::IdentitiesController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::ImpersonationsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::ProjectsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::RunnersController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::ServicesController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::SpamLogsController do
Loading
Loading
# frozen_string_literal: true
require 'spec_helper'
 
describe Admin::UsersController do
Loading
Loading
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