Resolving conflict group_spec.rb

parent 1156c895
......@@ -18,10 +18,7 @@ describe Group do
it { is_expected.to have_many(:uploads).dependent(:destroy) }
it { is_expected.to have_one(:chat_team) }
it { is_expected.to have_many(:custom_attributes).class_name('GroupCustomAttribute') }
<<<<<<< HEAD
it { is_expected.to have_many(:audit_events).dependent(false) }
=======
>>>>>>> upstream/master
it { is_expected.to have_many(:badges).class_name('GroupBadge') }
describe '#members & #requesters' do
......
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