Commit 7974fd5e authored by Tiago Botelho's avatar Tiago Botelho

Fix PopulateImportState spec conflicts

parent 45112eef
require 'spec_helper'
<<<<<<< HEAD
describe Gitlab::BackgroundMigration::PopulateImportState, :migration, schema: 20180430144643 do
=======
describe Gitlab::BackgroundMigration::PopulateImportState, :migration, schema: 20180502134117 do
>>>>>>> upstream/master
let(:migration) { described_class.new }
let(:namespaces) { table(:namespaces) }
let(:projects) { table(:projects) }
......
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