Skip to content
Snippets Groups Projects
Verified Commit 3fba8c37 authored by Matija Čupić's avatar Matija Čupić
Browse files

Backport EE runner spec changes to CE

parent 1a9f90f8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -55,13 +55,9 @@ describe Clusters::Applications::Runner do
 
context 'without a runner' do
let(:project) { create(:project) }
let(:cluster) { create(:cluster) }
let(:cluster) { create(:cluster, projects: [project]) }
let(:gitlab_runner) { create(:clusters_applications_runner, cluster: cluster) }
 
before do
cluster.projects << project
end
it 'creates a runner' do
expect do
subject
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment