Ensure we have a project with a repo in GitlabMarkdownHelper specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
de08c73f9b
commit
7a57ee5d47
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ describe GitlabMarkdownHelper do
|
||||||
|
|
||||||
describe '#link_to_gfm' do
|
describe '#link_to_gfm' do
|
||||||
let(:link) { '/commits/0a1b2c3d' }
|
let(:link) { '/commits/0a1b2c3d' }
|
||||||
let(:issues) { create_list(:issue, 2) }
|
let(:issues) { create_list(:issue, 2, project: project) }
|
||||||
let(:project) { issues.first.project }
|
|
||||||
|
|
||||||
it 'handles references nested in links with all the text' do
|
it 'handles references nested in links with all the text' do
|
||||||
actual = helper.link_to_gfm("This should finally fix #{issues[0].to_reference} and #{issues[1].to_reference} for real", link)
|
actual = helper.link_to_gfm("This should finally fix #{issues[0].to_reference} and #{issues[1].to_reference} for real", link)
|
||||||
|
|
Loading…
Reference in a new issue