Commit 02a0b988 authored by Marin Jankovski's avatar Marin Jankovski

Resolve conflict in issue_serializer_spec.rb

parent e7f72dc4
......@@ -37,17 +37,6 @@ describe IssueSerializer do
end
end
<<<<<<< HEAD
context 'board issue serialization' do
let(:serializer) { 'board' }
it 'matches board issue json schema' do
expect(json_entity).to match_schema('entities/issue_board')
end
end
=======
>>>>>>> upstream/master
context 'board issue serialization' do
let(:serializer) { 'board' }
......
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