debian-mirror-gitlab/spec/workers/background_migration_worker_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
198 B
Ruby
Raw Normal View History

2019-07-07 11:18:12 +05:30
# frozen_string_literal: true
2017-09-10 17:25:29 +05:30
require 'spec_helper'
2020-07-28 23:09:34 +05:30
RSpec.describe BackgroundMigrationWorker, :clean_gitlab_redis_shared_state do
2022-04-04 11:22:00 +05:30
it_behaves_like 'it runs background migration jobs', 'main'
2017-09-10 17:25:29 +05:30
end