diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/migrations/backfill_store_project_full_path_in_repo_spec.rb | 6 |
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 |