Commit 8a74ae1e authored by Abdul Wadood's avatar Abdul Wadood Committed by David O'Regan

Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/migrations

parent 27abf254
......@@ -566,7 +566,6 @@ RSpec/EmptyLineAfterFinalLetItBe:
- ee/spec/lib/gitlab/graphql/aggregations/vulnerability_statistics/lazy_aggregate_spec.rb
- ee/spec/lib/gitlab/insights/project_insights_config_spec.rb
- ee/spec/lib/gitlab/sitemaps/url_extractor_spec.rb
- ee/spec/migrations/backfill_version_author_and_created_at_spec.rb
- ee/spec/models/analytics/cycle_analytics/group_level_spec.rb
- ee/spec/models/burndown_spec.rb
- ee/spec/models/ci/build_spec.rb
......
---
title: Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/migrations
merge_request: 58378
author: Abdul Wadood @abdulwd
type: fixed
......@@ -8,6 +8,7 @@ RSpec.describe BackfillVersionAuthorAndCreatedAt do
let_it_be(:issues) { table(:issues) }
let_it_be(:versions) { table(:design_management_versions) }
let_it_be(:users) { table(:users) }
let(:project) { projects.create!(name: 'gitlab', path: 'gitlab-org/gitlab-ce', namespace_id: 1) }
let(:issue_1) { create_issue }
let(:issue_2) { create_issue }
......
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