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

Version Path
360_services-1.1.3 features/manage_group_assets.feature
360_services-1.1.2 features/manage_group_assets.feature
360_services-1.1.1 features/manage_group_assets.feature
360_services-1.0.10 features/manage_group_assets.feature
360_services-1.1.0 features/manage_group_assets.feature
360_services-1.0.9 features/manage_group_assets.feature
360_services-1.0.8 features/manage_group_assets.feature
360_services-1.0.7 features/manage_group_assets.feature
360_services-1.0.6 features/manage_group_assets.feature
360_services-1.0.5 features/manage_group_assets.feature
360_services-1.0.4 features/manage_group_assets.feature
360_services-1.0.3 features/manage_group_assets.feature
360_services-1.0.2 features/manage_group_assets.feature
360_services-0.0.8 features/manage_group_assets.feature
360_services-0.0.7 features/manage_group_assets.feature
360_services-0.0.6 features/manage_group_assets.feature
360_services-0.0.5 features/manage_group_assets.feature
360_services-1.0.1 features/manage_group_assets.feature
360_services-1.0.0 features/manage_group_assets.feature
360_services-0.0.4 features/manage_group_assets.feature