summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-29 22:54:17 -0700
committerStan Hu <stanhu@gmail.com>2019-04-29 22:55:14 -0700
commit3c52ff8c78b4e9174214d5efe5a8664d8cc608ca (patch)
treed9c7125e847822b20d5c1712b44f8b1821d31184
parent3d94ab3222323b2ba93b736b45a47519365dfd9e (diff)
downloadgitlab-ce-3c52ff8c78b4e9174214d5efe5a8664d8cc608ca.tar.gz
Add a newline in spec for readability
-rw-r--r--spec/services/clusters/applications/check_uninstall_progress_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb b/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb
index d0730399268..9ab83d913f5 100644
--- a/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb
+++ b/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb
@@ -60,6 +60,7 @@ describe Clusters::Applications::CheckUninstallProgressService do
expect(worker_class).not_to receive(:perform_in)
service.execute
+
expect(application).to be_destroyed
end