From ced54383831a7d25ef49a0dce6fa8d05ea625fa0 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Sat, 26 Oct 2013 18:16:02 -0200 Subject: [PATCH] Acceptance test for repository deletion --- features/repository/delete.feature | 17 +++++++++++++++++ 1 file changed, 17 insertions(+), 0 deletions(-) create mode 100644 features/repository/delete.feature 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