Commit 8f589bdd authored by Tiago Botelho's avatar Tiago Botelho

Fix RollbackImportStateData spec conflicts

parent 7974fd5e
require 'spec_helper'
<<<<<<< HEAD
describe Gitlab::BackgroundMigration::RollbackImportStateData, :migration, schema: 20180430144643 do
=======
describe Gitlab::BackgroundMigration::RollbackImportStateData, :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