diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-05 15:32:41 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-05 15:32:41 +0200 |
commit | 7e0128f7e1f44d766effed824fea88874d00e45a (patch) | |
tree | 9cb72b8d66b6a53c15c3d7f4fb7452c5bd36ce8c /lib | |
parent | f17c4950fa5a951102d5592dc962f20e302b44aa (diff) | |
download | gitlab-ci-7e0128f7e1f44d766effed824fea88874d00e45a.tar.gz |
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/commits.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/commits.rb b/lib/api/commits.rb index 032233e..6aa060c 100644 --- a/lib/api/commits.rb +++ b/lib/api/commits.rb @@ -62,4 +62,3 @@ module API end end end - |