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
88eba240
Commit
88eba240
authored
Nov 28, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve spec/factories/projects.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
03188f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
spec/factories/projects.rb
spec/factories/projects.rb
+0
-6
No files found.
spec/factories/projects.rb
View file @
88eba240
...
...
@@ -32,12 +32,9 @@ FactoryBot.define do
group_runners_enabled
nil
import_status
nil
import_jid
nil
<<<<<<<
HEAD
last_update_at
nil
last_successful_update_at
nil
retry_count
0
=======
>>>>>>>
upstream
/
master
end
after
(
:create
)
do
|
project
,
evaluator
|
...
...
@@ -76,12 +73,9 @@ FactoryBot.define do
if
evaluator
.
import_status
import_state
=
project
.
import_state
||
project
.
build_import_state
import_state
.
status
=
evaluator
.
import_status
<<<<<<<
HEAD
import_state
.
last_update_at
=
evaluator
.
last_update_at
import_state
.
last_successful_update_at
=
evaluator
.
last_successful_update_at
import_state
.
retry_count
=
evaluator
.
retry_count
=======
>>>>>>>
upstream
/
master
import_state
.
jid
=
evaluator
.
import_jid
import_state
.
save
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