Commit e696d138 authored by Matija Čupić's avatar Matija Čupić Committed by Shinya Maeda

Fix an indenting styling issue

parent 7cb360d8
......@@ -15,15 +15,15 @@ describe ClustersHelper do
context 'when project has a cluster' do
before do
params =
{
name: 'test-cluster',
provider_type: :gcp,
provider_gcp_attributes: {
gcp_project_id: 'gcp-project',
zone: 'us-central1-a',
num_nodes: 1,
machine_type: 'machine_type-a'
}
{
name: 'test-cluster',
provider_type: :gcp,
provider_gcp_attributes: {
gcp_project_id: 'gcp-project',
zone: 'us-central1-a',
num_nodes: 1,
machine_type: 'machine_type-a'
}
}
Clusters::Cluster.create(params.merge(user: user, projects: [project]))
end
......
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