Commit 03b8fe0b authored by Rémy Coutable's avatar Rémy Coutable

Ensure the project has a repository in...

Ensure the project has a repository in spec/features/merge_request/user_sees_breadcrumb_links_spec.rb

This backport a fix that was made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7240
since the spec would fail there (and not in CE).
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 623ef392
require 'rails_helper'
describe 'New merge request breadcrumbs' do
let(:project) { create(:project) }
let(:project) { create(:project, :repository) }
let(:user) { project.creator }
before do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment