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
e1b905fe
Commit
e1b905fe
authored
Jun 27, 2017
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Rubocop happy
parent
fae25980
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
spec/services/geo/repository_sync_service_spec.rb
spec/services/geo/repository_sync_service_spec.rb
+3
-6
No files found.
spec/services/geo/repository_sync_service_spec.rb
View file @
e1b905fe
...
...
@@ -108,8 +108,7 @@ describe Geo::RepositorySyncService, services: true do
last_repository_synced_at:
last_repository_synced_at
,
last_repository_successful_sync_at:
last_repository_synced_at
,
last_wiki_synced_at:
last_wiki_synced_at
,
last_wiki_successful_sync_at:
last_wiki_synced_at
)
last_wiki_successful_sync_at:
last_wiki_synced_at
)
end
it
'does not fetch project repositories'
do
...
...
@@ -186,8 +185,7 @@ describe Geo::RepositorySyncService, services: true do
create
(
:geo_project_registry
,
:synced
,
:repository_dirty
,
project:
project
,
last_wiki_synced_at:
last_wiki_synced_at
,
last_wiki_successful_sync_at:
last_wiki_synced_at
)
last_wiki_successful_sync_at:
last_wiki_synced_at
)
end
it
'fetches project repository'
do
...
...
@@ -249,8 +247,7 @@ describe Geo::RepositorySyncService, services: true do
create
(
:geo_project_registry
,
:synced
,
:wiki_dirty
,
project:
project
,
last_repository_synced_at:
last_repository_synced_at
,
last_repository_successful_sync_at:
last_repository_synced_at
)
last_repository_successful_sync_at:
last_repository_synced_at
)
end
it
'fetches wiki repository'
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