From 1607e4e104e77436837a36ee3891be7ec4cd5b0e Mon Sep 17 00:00:00 2001 From: Davide Bellettini Date: Tue, 5 Mar 2013 18:36:16 +0100 Subject: [PATCH] Removing file_add feature #266 --- .../Bundle/WebsiteBundle/Features/file_add.feature | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Universibo/Bundle/WebsiteBundle/Features/file_add.feature diff --git a/src/Universibo/Bundle/WebsiteBundle/Features/file_add.feature b/src/Universibo/Bundle/WebsiteBundle/Features/file_add.feature deleted file mode 100644 index c5489dd4..00000000 --- a/src/Universibo/Bundle/WebsiteBundle/Features/file_add.feature +++ /dev/null @@ -1,14 +0,0 @@ -Feature: Publish a file - In order to make a file available to users - As user with rights on a channel - I want to add a file to it - - Scenario: PHP file upload (forbidden action) - Given I'm logged in as "admin" - And there is a channel with file service - When I visit that channel - And I click on "Invia un nuovo file" link - And I select a PHP file for upload - And I type "Title" on "f12_titolo" field - And I click on "f12_submit" button - Then text "severamente vietato inserire file con estensione" should be present \ No newline at end of file