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
410055d4
Commit
410055d4
authored
Dec 01, 2021
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded table declarations
parent
0077d524
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
ee/spec/models/ee/user_spec.rb
ee/spec/models/ee/user_spec.rb
+0
-2
spec/models/user_spec.rb
spec/models/user_spec.rb
+0
-2
No files found.
ee/spec/models/ee/user_spec.rb
View file @
410055d4
...
...
@@ -1037,8 +1037,6 @@ RSpec.describe User do
context
'when user is active'
do
context
'when user is internal'
do
using
RSpec
::
Parameterized
::
TableSyntax
where
(
:internal_user_type
)
do
described_class
::
INTERNAL_USER_TYPES
end
...
...
spec/models/user_spec.rb
View file @
410055d4
...
...
@@ -2602,8 +2602,6 @@ RSpec.describe User do
end
describe
'.find_by_full_path'
do
using
RSpec
::
Parameterized
::
TableSyntax
let!
(
:user
)
{
create
(
:user
,
namespace:
create
(
:user_namespace
))
}
context
'with a route matching the given path'
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