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
e923fffe
Commit
e923fffe
authored
Jun 21, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[QA] Fix wrong calls to Factory::Repository::Push -> Factory::Repository::ProjectPush
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
14a11461
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/ee/geo/rename_replication_spec.rb
qa/qa/specs/features/ee/geo/rename_replication_spec.rb
+1
-1
qa/qa/specs/features/ee/geo/repository_replication_spec.rb
qa/qa/specs/features/ee/geo/repository_replication_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/geo/rename_replication_spec.rb
View file @
e923fffe
...
...
@@ -13,7 +13,7 @@ module QA
geo_project_name
=
project
.
name
expect
(
project
.
name
).
to
include
'geo-before-rename'
Factory
::
Repository
::
Push
.
fabricate!
do
|
push
|
Factory
::
Repository
::
P
rojectP
ush
.
fabricate!
do
|
push
|
push
.
project
=
project
push
.
file_name
=
'README.md'
push
.
file_content
=
'# This is Geo project!'
...
...
qa/qa/specs/features/ee/geo/repository_replication_spec.rb
View file @
e923fffe
...
...
@@ -12,7 +12,7 @@ module QA
geo_project_name
=
Page
::
Project
::
Show
.
act
{
project_name
}
expect
(
geo_project_name
).
to
include
'geo-project'
Factory
::
Repository
::
Push
.
fabricate!
do
|
push
|
Factory
::
Repository
::
P
rojectP
ush
.
fabricate!
do
|
push
|
push
.
file_name
=
'README.md'
push
.
file_content
=
'# This is Geo project!'
push
.
commit_message
=
'Add README.md'
...
...
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