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
6526486c
Commit
6526486c
authored
Apr 11, 2021
by
Abdul Wadood
Committed by
Luke Duncalfe
Apr 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/features/analytics
parent
3bc07e26
Changes
3
Show 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-features-analytics.yml
...-empty-lines-after-letitbe-ee-spec-features-analytics.yml
+5
-0
ee/spec/features/analytics/group_analytics_spec.rb
ee/spec/features/analytics/group_analytics_spec.rb
+1
-0
No files found.
.rubocop_manual_todo.yml
View file @
6526486c
...
...
@@ -443,7 +443,6 @@ RSpec/EmptyLineAfterFinalLetItBe:
-
ee/spec/controllers/registrations/projects_controller_spec.rb
-
ee/spec/controllers/subscriptions_controller_spec.rb
-
ee/spec/features/admin/admin_show_new_user_signups_cap_alert_spec.rb
-
ee/spec/features/analytics/group_analytics_spec.rb
-
ee/spec/features/boards/group_boards/multiple_boards_spec.rb
-
ee/spec/features/ci_shared_runner_warnings_spec.rb
-
ee/spec/features/dashboards/todos_spec.rb
...
...
ee/changelogs/unreleased/rspec-empty-lines-after-letitbe-ee-spec-features-analytics.yml
0 → 100644
View file @
6526486c
---
title
:
Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/features/analytics
merge_request
:
58402
author
:
Abdul Wadood @abdulwd
type
:
fixed
ee/spec/features/analytics/group_analytics_spec.rb
View file @
6526486c
...
...
@@ -5,6 +5,7 @@ require 'spec_helper'
RSpec
.
describe
'GroupAnalytics'
do
let_it_be
(
:user
)
{
create
(
:user
)
}
let_it_be
(
:group
)
{
create
(
:group
)
}
let
(
:path
)
{
group_path
(
group
)
}
before
do
...
...
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