From ba8f644b0886973f59b1929da4b7cfa4cfaa431c Mon Sep 17 00:00:00 2001 From: Guilherme Rojas V. de Lima Date: Mon, 20 Jan 2014 14:42:09 -0200 Subject: [PATCH] Deleting merge files. --- features/reading_group/create.features | 43 ------------------------------------------- 1 file changed, 0 insertions(+), 43 deletions(-) delete mode 100644 features/reading_group/create.features diff --git a/features/reading_group/create.features b/features/reading_group/create.features deleted file mode 100644 index a829d71..0000000 --- a/features/reading_group/create.features +++ /dev/null @@ -1,43 +0,0 @@ -Feature: Reading Group Creation - In order to create new reading groups to make my own readings - As a regular user - I should be able to create reading groups - -@kalibro_restart -Scenario: Should not create reading groups without login - Given I am at the All Reading Groups page - Then I should not see New Reading Group - -@kalibro_restart -Scenario: Reading Group creation - Given I am a regular user - And I am signed in - And I am at the New Reading Group page - And I fill the Name field with "My reading group" - And I fill the Description field with "New reading group" - When I press the Save button - Then I should see "My reading group" - And I should see "New reading group" - And I should see "New Reading" - And I should see "Destroy Reading Group" - -@kalibro_restart -Scenario: reading group creation with already taken name - Given I am a regular user - And I am signed in - And I have a reading group named "Group" - And I am at the New Reading Group page - And I fill the Name field with "Group" - And I fill the Description field with "Same Group" - When I press the Save button - Then I should see "There's already" - -@kalibro_restart -Scenario: reading group creation with blank name - Given I am a regular user - And I am signed in - And I am at the New Reading Group page - And I fill the Name field with " " - And I fill the Description field with "Anything" - When I press the Save button - Then I should see "Name can't be blank" \ No newline at end of file -- libgit2 0.21.2