Commit a6f3f494 authored by Mayra Cabrera's avatar Mayra Cabrera

Fixes create service spec

parent a0581ed5
...@@ -81,10 +81,8 @@ describe Clusters::CreateService do ...@@ -81,10 +81,8 @@ describe Clusters::CreateService do
end end
context 'when project has a cluster' do context 'when project has a cluster' do
<<<<<<< HEAD
=======
include_context 'valid params' include_context 'valid params'
>>>>>>> upstream/master
let!(:cluster) { create(:cluster, :provided_by_gcp, :production_environment, projects: [project]) } let!(:cluster) { create(:cluster, :provided_by_gcp, :production_environment, projects: [project]) }
before 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