Commit 354e2ef0 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Add some empty spaces

parent 3f3e4dd1
......@@ -29,6 +29,7 @@ describe WaitForClusterCreationWorker do
it 'sets an error message on cluster' do
described_class.new.perform(cluster.id)
expect(cluster.reload).to be_errored
end
end
......@@ -49,6 +50,7 @@ describe WaitForClusterCreationWorker do
it 'sets an error message on cluster' do
described_class.new.perform(cluster.id)
expect(cluster.reload).to be_errored
end
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