提交 5cefa20a 编写于 作者: O Oswaldo Ferreira

Make ruby-lint happy

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册