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 collaboratorDelete the binary data's related meta information
In order mantain the context information updated
As a glass developer, I want delete the information related to binary data
- Scenarios
-
- Delete the binary data's related meta information
- Avoid delete metadata using an unregister bucket identifier
- Avoid delete metadata that doesn't exist
-
- Given
- a stored binary data in the data store that have metadata
- When
- I request to delete all the metadata
- Then
- the metadata doen't exits in the binary data
- Avoid delete metadata using an unregister bucket identifier
-
- When
- I request to delete the metadata using an unregister bucket identifier
- Then
- I receive an error with indicating that the bucket don't exists
- Avoid delete metadata that doesn't exist
-
- When
- I request delete the metadata when haven't been created
- Then
- I receive an error with indicating that the metadata don't exists
Last published over 7 years ago by Raimundo AlegrÃa.