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
6f2d62dd
Commit
6f2d62dd
authored
Apr 01, 2020
by
Rajendra Kadam
Committed by
Peter Leitzen
Apr 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate expect for ee group specs
parent
a47e7c0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.rubocop.yml
.rubocop.yml
+0
-1
ee/changelogs/unreleased/refactor-ee-group-specs.yml
ee/changelogs/unreleased/refactor-ee-group-specs.yml
+5
-0
ee/spec/models/group_spec.rb
ee/spec/models/group_spec.rb
+0
-2
No files found.
.rubocop.yml
View file @
6f2d62dd
...
...
@@ -419,7 +419,6 @@ RSpec/RepeatedExample:
-
'
spec/rubocop/cop/migration/update_large_table_spec.rb'
-
'
spec/services/notification_service_spec.rb'
-
'
spec/services/web_hook_service_spec.rb'
-
'
ee/spec/models/group_spec.rb'
-
'
ee/spec/services/boards/lists/update_service_spec.rb'
-
'
ee/spec/services/geo/repository_verification_primary_service_spec.rb'
-
'
ee/spec/workers/geo/file_download_dispatch_worker_spec.rb'
ee/changelogs/unreleased/refactor-ee-group-specs.yml
0 → 100644
View file @
6f2d62dd
---
title
:
Refactor duplicate specs in ee group model
merge_request
:
28538
author
:
Rajendra Kadam
type
:
added
ee/spec/models/group_spec.rb
View file @
6f2d62dd
...
...
@@ -324,8 +324,6 @@ describe Group do
end
describe
'#file_template_project'
do
it
{
expect
(
group
.
private_methods
).
to
include
(
:file_template_project
)
}
before
do
stub_licensed_features
(
custom_file_templates_for_namespace:
true
)
end
...
...
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