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
6a4b948b
Commit
6a4b948b
authored
Oct 02, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debugging code from every_controller_spec.rb
parent
79d36849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
spec/controllers/every_controller_spec.rb
spec/controllers/every_controller_spec.rb
+0
-6
No files found.
spec/controllers/every_controller_spec.rb
View file @
6a4b948b
...
@@ -31,12 +31,6 @@ RSpec.describe "Every controller" do
...
@@ -31,12 +31,6 @@ RSpec.describe "Every controller" do
end
end
it
"has feature categories"
do
it
"has feature categories"
do
routes_without_category
.
map
{
|
x
|
x
.
split
(
'#'
)
}.
group_by
(
&
:first
).
each
do
|
controller
,
actions
|
puts
controller
puts
actions
.
map
{
|
x
|
":
#{
x
.
last
}
"
}.
sort
.
join
(
', '
)
puts
''
end
expect
(
routes_without_category
).
to
be_empty
,
"
#{
routes_without_category
}
did not have a category"
expect
(
routes_without_category
).
to
be_empty
,
"
#{
routes_without_category
}
did not have a category"
end
end
...
...
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