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