features/manage_groups.feature in 360_services-0.0.1 vs features/manage_groups.feature in 360_services-0.0.2
- old
+ new
@@ -8,19 +8,19 @@
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"
+ 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 groups list should contain the group id
+ 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