To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAddingBuckets
In order to be able to maintain a secure set of documents
As an application user
I want to be able to add a document bucket
- Scenarios
-
- Adding an existing document bucket
- Adding a new document bucket without a path
- Default archive settings for a new document bucket
- Default purge settings for a new document bucket
- Adding an existing document bucket
-
- Given
- a document bucket exists
- When
-
I try to add a document bucket with the following properties
name path Todd-Test-Bucket-1 \D9QY4R1-TMEINER.medassets.com\todd-test-bucket-1 - Then
- the system should alert me that @Another bucket with this name already exists.
- Adding a new document bucket without a path
-
- Given
- a document bucket does not exist
- When
- I try to add a new bucket without a path
- Then
- the system should alert me that @Path is required.
- Default archive settings for a new document bucket
-
- Given
- a document bucket does not exist
- When
- I enter the page
- Then
- the archive settings should not be enabled
- Default purge settings for a new document bucket
-
- Given
- a document bucket does not exist
- When
- I enter the page
- Then
- the purge settings should not be enabled
Last published almost 7 years ago by Todd Meinershagen.