fixed test using repo with commits but old factory
This commit is contained in:
parent
3b88636d3c
commit
f536c13355
8 changed files with 10 additions and 19 deletions
|
@ -4,7 +4,7 @@ describe GitlabMarkdownHelper do
|
|||
include ApplicationHelper
|
||||
include IssuesHelper
|
||||
|
||||
let!(:project) { create(:project) }
|
||||
let!(:project) { create(:project_with_code) }
|
||||
|
||||
let(:user) { create(:user, username: 'gfm') }
|
||||
let(:commit) { project.repository.commit }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue