diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-11-10 23:33:10 +0200 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-11-10 23:33:10 +0200 |
commit | 3e0467333471576735d225baec289c1e67e1a09c (patch) | |
tree | 3bb04b754264e384517e952650f3f616881d767d /features/project/commits | |
parent | 1c5b2a5153abee3a140ce1f2926d746675addcf5 (diff) | |
download | gitlab-ce-3e0467333471576735d225baec289c1e67e1a09c.tar.gz |
Added feature test for stats
Diffstat (limited to 'features/project/commits')
-rw-r--r-- | features/project/commits/commits.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index f5a11048b2a..56069cdc977 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -23,3 +23,7 @@ Feature: Project Browse commits Scenario: I browse commits for a specific path Given I visit my project's commits page for a specific path Then I see breadcrumb links + + Scenario: I browse commits stats + Given I visit my project's commits stats page + Then I see commits stats |