Sha256: a90747893930cb2bf1edc8f4e773a18dd4707cf4152d684f0fba73507c028884

Contents?: true

Size: 814 Bytes

Versions: 2

Compression:

Stored size: 814 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

2 entries across 2 versions & 1 rubygems

Version Path
360_services-0.0.2 features/manage_group_assets.feature
360_services-0.0.1 features/manage_group_assets.feature