Commit edd4dcc1 authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Enable frozen string for spec/routing

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 9d811ca7
# frozen_string_literal: true
require 'spec_helper'
# block_admin_user PUT /admin/users/:id/block(.:format) admin/users#block
......
# frozen_string_literal: true
require 'spec_helper'
describe 'environments routing' do
......
# frozen_string_literal: true
require 'spec_helper'
describe "Groups", "routing" do
......
# frozen_string_literal: true
require 'spec_helper'
# Shared examples for a resource inside a Project
......
# frozen_string_literal: true
require "spec_helper"
describe "notifications routing" do
......
# frozen_string_literal: true
require 'spec_helper'
# oauth_discovery_keys GET /oauth/discovery/keys(.:format) doorkeeper/openid_connect/discovery#keys
......
# frozen_string_literal: true
require 'spec_helper'
describe 'project routing' do
......
# frozen_string_literal: true
require 'spec_helper'
# user GET /users/:username/
......
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