Commit 99caa7ba authored by Ash McKenzie's avatar Ash McKenzie

Resolve conflicts in spec/models/project_spec.rb

parent e19aecad
......@@ -77,12 +77,8 @@ describe Project do
it { is_expected.to have_many(:project_group_links) }
it { is_expected.to have_many(:notification_settings).dependent(:delete_all) }
it { is_expected.to have_many(:forks).through(:forked_project_links) }
<<<<<<< HEAD
it { is_expected.to have_many(:approver_groups).dependent(:destroy) }
it { is_expected.to have_many(:uploads).dependent(:destroy) }
=======
it { is_expected.to have_many(:uploads) }
>>>>>>> upstream/master
it { is_expected.to have_many(:pipeline_schedules) }
it { is_expected.to have_many(:members_and_requesters) }
it { is_expected.to have_many(:clusters) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment