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
13962aa1
Commit
13962aa1
authored
Apr 21, 2021
by
Abdul Wadood
Committed by
James Lopez
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/features/dashboards
parent
fecaaefd
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-features-dashboards.yml
...empty-lines-after-letitbe-ee-spec-features-dashboards.yml
+5
-0
ee/spec/features/dashboards/todos_spec.rb
ee/spec/features/dashboards/todos_spec.rb
+1
-0
No files found.
.rubocop_manual_todo.yml
View file @
13962aa1
...
...
@@ -420,7 +420,6 @@ RSpec/EmptyLineAfterFinalLetItBe:
-
ee/spec/controllers/subscriptions_controller_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/spec/features/groups/groups_security_credentials_spec.rb
-
ee/spec/features/groups/hooks/user_edits_hooks_spec.rb
-
ee/spec/features/groups/iterations/user_edits_iteration_spec.rb
...
...
ee/changelogs/unreleased/rspec-empty-lines-after-letitbe-ee-spec-features-dashboards.yml
0 → 100644
View file @
13962aa1
---
title
:
Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/features/dashboards
merge_request
:
58399
author
:
Abdul Wadood @abdulwd
type
:
fixed
ee/spec/features/dashboards/todos_spec.rb
View file @
13962aa1
...
...
@@ -4,6 +4,7 @@ require 'spec_helper'
RSpec
.
describe
'Dashboard todos'
do
let_it_be
(
:user
)
{
create
(
:user
)
}
let
(
:page_path
)
{
dashboard_todos_path
}
it_behaves_like
'dashboard ultimate trial callout'
...
...
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