summaryrefslogtreecommitdiff
path: root/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb')
-rw-r--r--spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb b/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb
index aaf5c9defc4..0191a2898b2 100644
--- a/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb
+++ b/spec/workers/clusters/applications/wait_for_uninstall_app_worker_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Clusters::Applications::WaitForUninstallAppWorker, '#perform' do
+RSpec.describe Clusters::Applications::WaitForUninstallAppWorker, '#perform' do
let(:app) { create(:clusters_applications_helm) }
let(:app_name) { app.name }
let(:app_id) { app.id }