Skip to content
Snippets Groups Projects

Resolve Merge conflicts in editor

Merged Alfredo Sumaran requested to merge merge-conflicts-editor-2 into master
2 files
+ 141
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -597,6 +597,10 @@ def go(format: 'html')
format: 'json'
end
it 'matches the schema' do
expect(response).to match_response_schema('conflicts')
end
it 'includes meta info about the MR' do
expect(json_response['commit_message']).to include('Merge branch')
expect(json_response['commit_sha']).to match(/\h{40}/)
Loading