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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
9bb9cbfd
Commit
9bb9cbfd
authored
Apr 14, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a proper matcher
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
41b71efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spec/requests/git_http_spec.rb
spec/requests/git_http_spec.rb
+3
-1
No files found.
spec/requests/git_http_spec.rb
View file @
9bb9cbfd
...
@@ -3,6 +3,7 @@ require "spec_helper"
...
@@ -3,6 +3,7 @@ require "spec_helper"
describe
'Git HTTP requests'
,
lib:
true
do
describe
'Git HTTP requests'
,
lib:
true
do
include
GitHttpHelpers
include
GitHttpHelpers
include
WorkhorseHelpers
include
WorkhorseHelpers
include
UserActivitiesHelpers
it
"gives WWW-Authenticate hints"
do
it
"gives WWW-Authenticate hints"
do
clone_get
(
'doesnt/exist.git'
)
clone_get
(
'doesnt/exist.git'
)
...
@@ -159,8 +160,9 @@ describe 'Git HTTP requests', lib: true do
...
@@ -159,8 +160,9 @@ describe 'Git HTTP requests', lib: true do
end
end
it
'updates the user last activity'
do
it
'updates the user last activity'
do
expect
(
user_activity
(
user
)).
to
be_nil
download
(
path
,
{})
do
|
response
|
download
(
path
,
{})
do
|
response
|
expect
(
user
.
reload
.
last_activity_on
).
not_to
be_nil
expect
(
user
_activity
(
user
)).
to
be_present
end
end
end
end
end
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