Sha256: d5c0b9c09f93cc7238aa8496175c97e23941395f4da343a71f82ea3807962b28

Contents?: true

Size: 773 Bytes

Versions: 1

Compression:

Stored size: 773 Bytes

Contents

Feature: Manage groups
  In order to value
  As a role
  I want feature

Background:
  Given I am logged in
  And I find the group with the name "my group"
  Then I delete the group if it was found

Scenario: Create a group
  When I create a group named "my group"
  Then the group attribute "name" should be "my group"

Scenario: Find a group by id
  When I create a group named "my group"
  Then I should be able to find the group
  
Scenario: Get all groups
  And I create a group named "my group"
  And I get all groups
  Then the groups list should contain the group id
  
Scenario: Delete a group
  When I create a group named "delete me"
  And I reload the group
  And I delete the group
  And I get all groups
  Then the groups list should not contain the group id

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
360_services-0.0.1 features/manage_groups.feature