Skip to content
Snippets Groups Projects
Commit e5cf5f4f authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Notes have noteables but no commits

parent 410790a3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ describe NotesFinder do
let(:project) { create :project }
let(:note1) { create :note_on_commit, project: project }
let(:note2) { create :note_on_commit, project: project }
let(:commit) { note1.commit }
let(:commit) { note1.noteable }
 
before do
project.team << [user, :master]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment