diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-11-01 17:57:44 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-11-01 17:57:44 -0400 |
commit | b1be377fb0b5e76fc1b0d78700eb3e714b66f1c2 (patch) | |
tree | e60507d653be8c3597213455f828218385b7c23a /features/project | |
parent | badb092a2d7e90ccf5358f1e8e6af9c9592351c4 (diff) | |
download | gitlab-ce-b1be377fb0b5e76fc1b0d78700eb3e714b66f1c2.tar.gz |
Add Spinach feature for Commit breadcrumbs
Diffstat (limited to 'features/project')
-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 df795ef71e6..f5a11048b2a 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -19,3 +19,7 @@ Feature: Project Browse commits Given I visit compare refs page And I fill compare fields with refs Then I see compared refs + + 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 |