summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/migrations/backfill_store_project_full_path_in_repo_spec.rb6
1 files changed, 6 insertions, 0 deletions
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 f2651f8a02f..b5e770e6b01 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
@@ -12,6 +12,12 @@ describe BackfillStoreProjectFullPathInRepo, :migration do
subject(:migration) { described_class.new }
+ around do |example|
+ Sidekiq::Testing.inline! do
+ example.run
+ end
+ end
+
describe '#up' do
shared_examples_for 'writes the full path to git config' do
it 'writes the git config' do