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
b061e72a
Commit
b061e72a
authored
Sep 07, 2018
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed usage_consent conflict#
parent
93e329f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
spec/features/usage_stats_consent_spec.rb
spec/features/usage_stats_consent_spec.rb
+0
-4
No files found.
spec/features/usage_stats_consent_spec.rb
View file @
b061e72a
...
...
@@ -8,11 +8,7 @@ describe 'Usage stats consent' do
let
(
:message
)
{
'To help improve GitLab, we would like to periodically collect usage information.'
}
before
do
<<<<<<<
HEAD
allow_any_instance_of
(
EE
::
User
).
to
receive
(
:has_current_license?
).
and_return
false
=======
allow
(
user
).
to
receive
(
:has_current_license?
).
and_return
false
>>>>>>>
upstream
/
master
gitlab_sign_in
(
user
)
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