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
b371bd41
Commit
b371bd41
authored
Apr 24, 2019
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the :geo tag to Geo specs
Geo specs should not run under MySQL
parent
0d0473ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/spec/models/geo_node_spec.rb
ee/spec/models/geo_node_spec.rb
+1
-1
ee/spec/workers/geo/repositories_clean_up_worker_spec.rb
ee/spec/workers/geo/repositories_clean_up_worker_spec.rb
+1
-1
ee/spec/workers/geo/repository_cleanup_worker_spec.rb
ee/spec/workers/geo/repository_cleanup_worker_spec.rb
+1
-1
No files found.
ee/spec/models/geo_node_spec.rb
View file @
b371bd41
require
'spec_helper'
describe
GeoNode
,
type: :model
do
describe
GeoNode
,
:geo
,
type: :model
do
using
RSpec
::
Parameterized
::
TableSyntax
include
::
EE
::
GeoHelpers
...
...
ee/spec/workers/geo/repositories_clean_up_worker_spec.rb
View file @
b371bd41
require
'spec_helper'
describe
Geo
::
RepositoriesCleanUpWorker
do
describe
Geo
::
RepositoriesCleanUpWorker
,
:geo
do
include
::
EE
::
GeoHelpers
include
ExclusiveLeaseHelpers
...
...
ee/spec/workers/geo/repository_cleanup_worker_spec.rb
View file @
b371bd41
...
...
@@ -2,7 +2,7 @@
require
'spec_helper'
describe
Geo
::
RepositoryCleanupWorker
do
describe
Geo
::
RepositoryCleanupWorker
,
:geo
do
include
::
EE
::
GeoHelpers
describe
'#perform'
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