Commit fa3acb3b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add pending set of specs for stage_id cleanup migration

parent bd6406c4
require 'spec_helper'
require Rails.root.join('db', 'migrate', '20170710083355_clean_stage_id_reference_migration.rb')
describe CleanStageIdReferenceMigration, :migration, :sidekiq do
context 'when there are enqueued background migrations' do
pending 'processes enqueued jobs synchronously' do
fail
end
end
context 'when there are scheduled background migrations' do
pending 'immediately processes scheduled jobs' do
fail
end
end
context 'when there are no background migrations pending' do
pending 'does nothing' do
fail
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment