Added feature test for stats

This commit is contained in:
randx 2012-11-10 23:33:10 +02:00
parent 1c5b2a5153
commit 3e04673334
5 changed files with 17 additions and 3 deletions

View file

@ -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 = []