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
7204ffea
Commit
7204ffea
authored
Mar 20, 2020
by
Arturo Herrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update description with limit below 100
parent
06e771d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/controllers/admin/services_controller_spec.rb
spec/controllers/admin/services_controller_spec.rb
+2
-2
No files found.
spec/controllers/admin/services_controller_spec.rb
View file @
7204ffea
...
...
@@ -10,10 +10,10 @@ describe Admin::ServicesController do
end
describe
'GET #index'
do
it
'
avoids N+1 queries
'
do
it
'
uses less than 100 SQL queries limit
'
do
query_count
=
ActiveRecord
::
QueryRecorder
.
new
{
get
:index
}.
count
expect
(
query_count
).
to
be
<
=
79
expect
(
query_count
).
to
be
<
100
end
context
'with all existing templates'
do
...
...
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