Sha256: 27c99c42af164b4c27585119c6f06fce070252d8753823b8c44b01d066ca92a6
Contents?: true
Size: 806 Bytes
Versions: 21
Compression:
Stored size: 806 Bytes
Contents
Feature: Manage group assets In order to value As a role I want feature Background: Given I am logged in And I get the first asset And I find the group with the name "my group" Then I delete the group if it was found Scenario: Add an asset to a group And I create a group named "my group" When I add the asset to the group And I reload the group Then the asset should be in the group Scenario: Get the asset groups And I create a group named "my group" And I add the asset to the group When I reload the asset Then the asset should have the group Scenario: Get group assets Given I am logged in And I get the first asset And I create a group named "my group" And I add the asset to the group And I reload the group Then the group should have the asset
Version data entries
21 entries across 21 versions & 1 rubygems