Added feature test for stats
This commit is contained in:
parent
1c5b2a5153
commit
3e04673334
5 changed files with 17 additions and 3 deletions
|
@ -29,7 +29,7 @@ module Gitlab
|
|||
protected
|
||||
|
||||
def collect_authors
|
||||
shortlog = repo.git.shortlog({:e => true, :s => true }, ref)
|
||||
shortlog = repo.git.shortlog({e: true, s: true }, ref)
|
||||
|
||||
authors = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue