Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
edd4dcc1
Commit
edd4dcc1
authored
Oct 29, 2019
by
gfyoung
Committed by
Thong Kuah
Oct 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable frozen string for spec/routing
Partially addresses:
https://gitlab.com/gitlab-org/gitlab/issues/27703
parent
9d811ca7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
0 deletions
+16
-0
spec/routing/admin_routing_spec.rb
spec/routing/admin_routing_spec.rb
+2
-0
spec/routing/environments_spec.rb
spec/routing/environments_spec.rb
+2
-0
spec/routing/group_routing_spec.rb
spec/routing/group_routing_spec.rb
+2
-0
spec/routing/import_routing_spec.rb
spec/routing/import_routing_spec.rb
+2
-0
spec/routing/notifications_routing_spec.rb
spec/routing/notifications_routing_spec.rb
+2
-0
spec/routing/openid_connect_spec.rb
spec/routing/openid_connect_spec.rb
+2
-0
spec/routing/project_routing_spec.rb
spec/routing/project_routing_spec.rb
+2
-0
spec/routing/routing_spec.rb
spec/routing/routing_spec.rb
+2
-0
No files found.
spec/routing/admin_routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
# block_admin_user PUT /admin/users/:id/block(.:format) admin/users#block
...
...
spec/routing/environments_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
describe
'environments routing'
do
...
...
spec/routing/group_routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
describe
"Groups"
,
"routing"
do
...
...
spec/routing/import_routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
# Shared examples for a resource inside a Project
...
...
spec/routing/notifications_routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
"spec_helper"
describe
"notifications routing"
do
...
...
spec/routing/openid_connect_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
# oauth_discovery_keys GET /oauth/discovery/keys(.:format) doorkeeper/openid_connect/discovery#keys
...
...
spec/routing/project_routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
describe
'project routing'
do
...
...
spec/routing/routing_spec.rb
View file @
edd4dcc1
# frozen_string_literal: true
require
'spec_helper'
# user GET /users/:username/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment