Commit eaa670a9 authored by Rémy Coutable's avatar Rémy Coutable

Fix spec failure by creating a project that has a repository in...

Fix spec failure by creating a project that has a repository in ee/spec/services/merge_requests/build_service_spec.rb
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2be7c273
......@@ -28,7 +28,7 @@ describe MergeRequests::BuildService do
context 'project default template configured' do
let(:template) { "I am the template, you fill me in" }
let(:project) { create(:project, merge_requests_template: template) }
let(:project) { create(:project, :repository, merge_requests_template: template) }
context 'issuable default templates feature not available' do
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