From 49b5ef5c3110ec25b65e20c75c3f98dbb2c8dfea Mon Sep 17 00:00:00 2001 From: Reuben Pereira Date: Wed, 3 Jul 2019 20:02:17 +0000 Subject: Change occurrence of Sidekiq::Testing.inline! - Change it to perform_enqueued_jobs --- spec/migrations/backfill_store_project_full_path_in_repo_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/migrations') diff --git a/spec/migrations/backfill_store_project_full_path_in_repo_spec.rb b/spec/migrations/backfill_store_project_full_path_in_repo_spec.rb index 34f4a36d63d..65a918d5440 100644 --- a/spec/migrations/backfill_store_project_full_path_in_repo_spec.rb +++ b/spec/migrations/backfill_store_project_full_path_in_repo_spec.rb @@ -13,7 +13,7 @@ describe BackfillStoreProjectFullPathInRepo, :migration do subject(:migration) { described_class.new } around do |example| - Sidekiq::Testing.inline! do + perform_enqueued_jobs do example.run end end -- cgit v1.2.3