Commit fc6ec8ad authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove empty line from stages index migration specs

parent 181d8f68
...@@ -7,7 +7,6 @@ describe Gitlab::BackgroundMigration::MigrateStageIndex, :migration, schema: 201 ...@@ -7,7 +7,6 @@ describe Gitlab::BackgroundMigration::MigrateStageIndex, :migration, schema: 201
let(:stages) { table(:ci_stages) } let(:stages) { table(:ci_stages) }
let(:jobs) { table(:ci_builds) } let(:jobs) { table(:ci_builds) }
before do before do
namespaces.create(id: 10, name: 'gitlab-org', path: 'gitlab-org') namespaces.create(id: 10, name: 'gitlab-org', path: 'gitlab-org')
projects.create!(id: 11, namespace_id: 10, name: 'gitlab', path: 'gitlab') projects.create!(id: 11, namespace_id: 10, name: 'gitlab', path: 'gitlab')
......
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