Skip to content
Snippets Groups Projects

Add option to start a new resolvable discussion in an MR

Merged Douwe Maan requested to merge new-resolvable-discussion into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -267,7 +267,7 @@ def diff_for_path(extra_params = {})
expect(assigns(:diff_notes_disabled)).to be_falsey
expect(assigns(:new_diff_note_attrs)).to eq(noteable_type: 'Commit',
commit_id: commit2.id)
commit_id: commit2.id)
end
it 'only renders the diffs for the path given' do
Loading