Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-30 08:54:17 +0300
committerStan Hu <stanhu@gmail.com>2019-04-30 08:55:14 +0300
commit3c52ff8c78b4e9174214d5efe5a8664d8cc608ca (patch)
treed9c7125e847822b20d5c1712b44f8b1821d31184 /spec
parent3d94ab3222323b2ba93b736b45a47519365dfd9e (diff)
Add a newline in spec for readability
Diffstat (limited to 'spec')
-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