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
5ae11a3c
Commit
5ae11a3c
authored
Jun 11, 2018
by
Francisco Javier López
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project_spec.rb
parent
d76db397
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/models/project_spec.rb
spec/models/project_spec.rb
+0
-3
No files found.
spec/models/project_spec.rb
View file @
5ae11a3c
...
...
@@ -286,7 +286,6 @@ describe Project do
expect
(
project2
.
errors
[
:import_url
].
first
).
to
include
(
'Username needs to start with an alphanumeric character'
)
end
<<<<<<<
HEAD
it
'creates import state when mirror gets enabled'
do
project2
=
create
(
:project
)
...
...
@@ -295,8 +294,6 @@ describe Project do
end
.
to
change
{
ProjectImportState
.
where
(
project:
project2
).
count
}.
from
(
0
).
to
(
1
)
end
=======
>>>>>>>
upstream
/
master
describe
'project pending deletion'
do
let!
(
:project_pending_deletion
)
do
create
(
:project
,
...
...
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