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
bc98dc9b
Commit
bc98dc9b
authored
Oct 22, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Resolve conflicts in spec/models/project_spec.rb
parent
a3d583b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
ee/spec/models/project_spec.rb
ee/spec/models/project_spec.rb
+1
-0
spec/models/project_spec.rb
spec/models/project_spec.rb
+0
-4
No files found.
ee/spec/models/project_spec.rb
View file @
bc98dc9b
...
...
@@ -22,6 +22,7 @@ describe Project do
it
{
is_expected
.
to
have_many
(
:source_pipelines
)
}
it
{
is_expected
.
to
have_many
(
:audit_events
).
dependent
(
false
)
}
it
{
is_expected
.
to
have_many
(
:protected_environments
)
}
it
{
is_expected
.
to
have_many
(
:approver_groups
).
dependent
(
:destroy
)
}
end
describe
'validations'
do
...
...
spec/models/project_spec.rb
View file @
bc98dc9b
...
...
@@ -77,10 +77,6 @@ describe Project do
it
{
is_expected
.
to
have_many
(
:lfs_objects_projects
)
}
it
{
is_expected
.
to
have_many
(
:project_group_links
)
}
it
{
is_expected
.
to
have_many
(
:notification_settings
).
dependent
(
:delete_all
)
}
<<<<<<<
HEAD
it
{
is_expected
.
to
have_many
(
:approver_groups
).
dependent
(
:destroy
)
}
=======
>>>>>>>
upstream
/
master
it
{
is_expected
.
to
have_many
(
:forked_to_members
).
class_name
(
'ForkNetworkMember'
)
}
it
{
is_expected
.
to
have_many
(
:forks
).
through
(
:forked_to_members
)
}
it
{
is_expected
.
to
have_many
(
:uploads
)
}
...
...
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