Commit 7122b936 authored by Thong Kuah's avatar Thong Kuah

Fix conflict in issue_serialize_spec.rb

parent d002d8ef
...@@ -23,12 +23,9 @@ describe IssueSerializer do ...@@ -23,12 +23,9 @@ describe IssueSerializer do
before do before do
create(:epic_issue, issue: resource) create(:epic_issue, issue: resource)
end end
<<<<<<< HEAD
it 'matches sidebar issue json schema' do it 'matches sidebar issue json schema' do
expect(json_entity).to match_schema('entities/issue_sidebar', strict: true) expect(json_entity).to match_schema('entities/issue_sidebar', strict: true)
end end
=======
>>>>>>> upstream/master
end end
end end
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