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
2f3bb27c
Commit
2f3bb27c
authored
Mar 17, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a spec that was removed in CE
See
bb0cba92
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
da0189b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
spec/models/user_spec.rb
spec/models/user_spec.rb
+0
-16
No files found.
spec/models/user_spec.rb
View file @
2f3bb27c
...
...
@@ -217,22 +217,6 @@ describe User, models: true do
expect
(
user
).
to
be_invalid
end
describe
'ghost users'
do
it
'does not allow a non-blocked ghost user'
do
user
=
build
(
:user
,
:ghost
)
user
.
state
=
'active'
expect
(
user
).
to
be_invalid
end
it
'allows a blocked ghost user'
do
user
=
build
(
:user
,
:ghost
)
user
.
state
=
'blocked'
expect
(
user
).
to
be_valid
end
end
end
describe
"non_ldap"
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