Commit 5cefa20a authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Make ruby-lint happy

parent 082a3235
......@@ -339,8 +339,8 @@ describe ProjectPresenter do
it 'returns link to clusters page if more than one exists' do
project.add_master(user)
cluster_1 = create(:cluster, projects: [project])
cluster_2 = create(:cluster, projects: [project])
create(:cluster, projects: [project])
create(:cluster, projects: [project])
expect(presenter.kubernetes_cluster_anchor_data).to eq(OpenStruct.new(enabled: true,
label: 'Kubernetes clusters',
......
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