Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérome Perrin
gitlab-ce
Commits
b7b3a059
Unverified
Commit
b7b3a059
authored
6 years ago
by
Rémy Coutable
Browse files
Options
Download
Email Patches
Plain Diff
Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
fe695ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/controllers/projects/pipelines_controller_spec.rb
spec/controllers/projects/pipelines_controller_spec.rb
+1
-1
No files found.
spec/controllers/projects/pipelines_controller_spec.rb
View file @
b7b3a059
...
...
@@ -74,7 +74,7 @@ describe Projects::PipelinesController do
expect
(
stages
.
count
).
to
eq
3
end
expect
(
queries
.
count
).
to
be_within
(
3
).
of
(
30
)
expect
(
queries
.
count
).
to
be_within
(
5
).
of
(
30
)
end
end
...
...
This diff is collapsed.
Click to expand it.
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