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
7a6aab54
Commit
7a6aab54
authored
Jan 27, 2022
by
Sean McGivern
Committed by
Kerri Miller
Jan 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing typos in spec descriptions
parent
a38ecbc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/spec/workers/update_all_mirrors_worker_spec.rb
ee/spec/workers/update_all_mirrors_worker_spec.rb
+3
-3
No files found.
ee/spec/workers/update_all_mirrors_worker_spec.rb
View file @
7a6aab54
...
...
@@ -75,13 +75,13 @@ RSpec.describe UpdateAllMirrorsWorker do
worker
.
perform
end
it
'cleans up finished ProjectImportSchduleWorker jobs'
do
it
'cleans up finished ProjectImportSch
e
duleWorker jobs'
do
worker
.
perform
expect
(
job_tracker_instance
).
to
have_received
(
:clean_up
).
once
end
it
'waits until all ProjectImportSchduleWorker jobs to complete'
do
it
'waits until all ProjectImportSch
e
duleWorker jobs to complete'
do
worker
.
perform
expect
(
job_tracker_instance
).
to
have_received
(
:count
).
exactly
(
3
).
times
...
...
@@ -124,7 +124,7 @@ RSpec.describe UpdateAllMirrorsWorker do
worker
.
perform
end
it
'does not poll for ProjectImportSchduleWorker jobs to complete'
do
it
'does not poll for ProjectImportSch
e
duleWorker jobs to complete'
do
expect_next_instance_of
(
LimitedCapacity
::
JobTracker
)
do
|
instance
|
expect
(
instance
).
not_to
receive
(
:count
)
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