From 13a802fa9adc962384c0ef8ddd38334e48438876 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Tue, 10 Feb 2015 16:26:28 -0200 Subject: [PATCH] Remove duplicated test --- features/software_catalog_block.feature | 31 ------------------------------- 1 file changed, 0 insertions(+), 31 deletions(-) delete mode 100644 features/software_catalog_block.feature diff --git a/features/software_catalog_block.feature b/features/software_catalog_block.feature deleted file mode 100644 index 7817df8..0000000 --- a/features/software_catalog_block.feature +++ /dev/null @@ -1,31 +0,0 @@ -Feature:Search catalogued software - As a user - I want to be able to search catalogued software - So that I find a software that fit my needs - Background: - Given "MpogSoftwarePlugin" plugin is enabled - And I am logged in as mpog_admin - And I go to /admin/plugins - And I check "MpogSoftwarePlugin" - And I press "Save changes" - And I go to /account/logout - And the following blocks - | owner | type | - | environment | SearchCatalogBlock | - And the following softwares - | name | public_software | - | Public Software | true | - | Generic Software | false | - And the following users - | login | name | email | - | joaosilva | Joao Silva | joaosilva@example.com | - And I am logged in as "joaosilva" - - Scenario: successfull search - Given I go to /search/software_infos - And I should see "Public Software" - And I should see "Generic Software" - And I fill in "search-input" with "Generic" - And I press "Search" - And I should see "Generic Software" - Then I should not see "Public Software" -- libgit2 0.21.2