Sha256: bcc5acc8c28521a4ca63d3504f017ae307ba5fd5f033eae04c4f07f8b2de9ee5
Contents?: true
Size: 759 Bytes
Versions: 22
Compression:
Stored size: 759 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's 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 group list should contain the group 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
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
360_services-0.0.3 | features/manage_groups.feature |
360_services-0.0.2 | features/manage_groups.feature |