diff --git a/features/projects/source/browse_files.feature b/features/projects/source/browse_files.feature deleted file mode 100644 index 04aebc1..0000000 --- a/features/projects/source/browse_files.feature +++ /dev/null @@ -1,23 +0,0 @@ -Feature: Browse git repo - Background: - Given I signin as a user - And I own project "Shop" - Given I visit project source page - - Scenario: I browse files from master branch - Then I should see files from repository - - Scenario: I browse files for specific ref - Given I visit project source page for "8470d70" - Then I should see files from repository for "8470d70" - - Scenario: I browse file content - Given I click on file from repo - Then I should see it content - - Scenario: I browse raw file - Given I visit blob file from repo - And I click on raw button - Then I should see raw file content - - diff --git a/features/projects/source/browse_files.feature.commented b/features/projects/source/browse_files.feature.commented new file mode 100644 index 0000000..04aebc1 --- /dev/null +++ b/features/projects/source/browse_files.feature.commented @@ -0,0 +1,23 @@ +Feature: Browse git repo + Background: + Given I signin as a user + And I own project "Shop" + Given I visit project source page + + Scenario: I browse files from master branch + Then I should see files from repository + + Scenario: I browse files for specific ref + Given I visit project source page for "8470d70" + Then I should see files from repository for "8470d70" + + Scenario: I browse file content + Given I click on file from repo + Then I should see it content + + Scenario: I browse raw file + Given I visit blob file from repo + And I click on raw button + Then I should see raw file content + + -- libgit2 0.21.2