Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8a74ae1e
Commit
8a74ae1e
authored
Apr 06, 2021
by
Abdul Wadood
Committed by
David O'Regan
Apr 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/migrations
parent
27abf254
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
.rubocop_manual_todo.yml
.rubocop_manual_todo.yml
+0
-1
ee/changelogs/unreleased/rspec-empty-lines-after-letitbe-ee-spec-migrations.yml
...ed/rspec-empty-lines-after-letitbe-ee-spec-migrations.yml
+5
-0
ee/spec/migrations/backfill_version_author_and_created_at_spec.rb
...migrations/backfill_version_author_and_created_at_spec.rb
+1
-0
No files found.
.rubocop_manual_todo.yml
View file @
8a74ae1e
...
...
@@ -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
...
...
ee/changelogs/unreleased/rspec-empty-lines-after-letitbe-ee-spec-migrations.yml
0 → 100644
View file @
8a74ae1e
---
title
:
Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/migrations
merge_request
:
58378
author
:
Abdul Wadood @abdulwd
type
:
fixed
ee/spec/migrations/backfill_version_author_and_created_at_spec.rb
View file @
8a74ae1e
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment