diff --git a/features/repository/delete.feature b/features/repository/delete.feature new file mode 100644 index 0000000..8c0262d --- /dev/null +++ b/features/repository/delete.feature @@ -0,0 +1,17 @@ +Feature: Project Deletion + In order to be able to remove repositories + As a regular user + The system should have an interface to it + + @kalibro_restart + Scenario: Should delete a project that I own + Given I am a regular user + And I am signed in + And I own a sample project + And I have a sample configuration with native metrics + And I have a sample repository within the sample project named "QtCalculator" + And I start to process that repository + And I wait up for a ready processing + When I visit the repository show page + And I click the Destroy link + Then I should see "There are no repositories yet!" \ No newline at end of file -- libgit2 0.21.2