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
dbd40680
Commit
dbd40680
authored
Jul 08, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts in spec/finders/users_finder_spec.rb
parent
0b14c449
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/finders/users_finder_spec.rb
spec/finders/users_finder_spec.rb
+0
-3
No files found.
spec/finders/users_finder_spec.rb
View file @
dbd40680
...
...
@@ -46,7 +46,6 @@ describe UsersFinder do
expect
(
users
).
to
contain_exactly
(
user
,
user1
,
user2
,
omniauth_user
)
end
<<<<<<<
HEAD
context
'with LDAP users'
do
let!
(
:ldap_user
)
{
create
(
:omniauth_user
,
provider:
'ldap'
)
}
...
...
@@ -63,8 +62,6 @@ describe UsersFinder do
end
end
=======
>>>>>>>
master
-
ce
it
'filters by created_at'
do
filtered_user_before
=
create
(
:user
,
created_at:
3
.
days
.
ago
)
filtered_user_after
=
create
(
:user
,
created_at:
Time
.
now
+
3
.
days
)
...
...
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