summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-04-20 13:12:48 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-04-24 11:07:37 +0200
commitfc6ec8adab6e3bcfc9163bd003d77a8fc14fe107 (patch)
treedb28c48c4d6cb8e229eef15734173dd87e79edbe
parent181d8f687d70accffd0ecd2d49dc715a5355b318 (diff)
downloadgitlab-ce-fc6ec8adab6e3bcfc9163bd003d77a8fc14fe107.tar.gz
Remove empty line from stages index migration specs
-rw-r--r--spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb b/spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb
index 5ff406f0f2f..0bd27d3004c 100644
--- a/spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb
+++ b/spec/lib/gitlab/background_migration/migrate_stage_index_spec.rb
@@ -7,7 +7,6 @@ describe Gitlab::BackgroundMigration::MigrateStageIndex, :migration, schema: 201
let(:stages) { table(:ci_stages) }
let(:jobs) { table(:ci_builds) }
-
before do
namespaces.create(id: 10, name: 'gitlab-org', path: 'gitlab-org')
projects.create!(id: 11, namespace_id: 10, name: 'gitlab', path: 'gitlab')