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
e42c7177
Commit
e42c7177
authored
Nov 26, 2018
by
Bob Van Landuyt
Committed by
Steve Azzopardi
Nov 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in `project_spec.rb`
parent
15848188
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
spec/models/project_spec.rb
spec/models/project_spec.rb
+0
-5
No files found.
spec/models/project_spec.rb
View file @
e42c7177
...
@@ -222,7 +222,6 @@ describe Project do
...
@@ -222,7 +222,6 @@ describe Project do
end
end
end
end
<<<<<<<
HEAD
context
'#mark_stuck_remote_mirrors_as_failed!'
do
context
'#mark_stuck_remote_mirrors_as_failed!'
do
it
'fails stuck remote mirrors'
do
it
'fails stuck remote mirrors'
do
project
=
create
(
:project
,
:repository
,
:remote_mirror
)
project
=
create
(
:project
,
:repository
,
:remote_mirror
)
...
@@ -245,13 +244,9 @@ describe Project do
...
@@ -245,13 +244,9 @@ describe Project do
it
{
is_expected
.
to
validate_presence_of
(
:mirror_user
)
}
it
{
is_expected
.
to
validate_presence_of
(
:mirror_user
)
}
end
end
it
'does not allow an invalid URI as import_url'
do
project
=
build
(
:project
,
import_url:
'invalid://'
)
=======
describe
'import_url'
do
describe
'import_url'
do
it
'does not allow an invalid URI as import_url'
do
it
'does not allow an invalid URI as import_url'
do
project
=
build
(
:project
,
import_url:
'invalid://'
)
project
=
build
(
:project
,
import_url:
'invalid://'
)
>>>>>>>
upstream
/
master
expect
(
project
).
not_to
be_valid
expect
(
project
).
not_to
be_valid
end
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