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 a binary data keeps in the storage
In order to delete old or not valid data
As a glass developer
I want to remove binary data existing in the back end
- Scenarios
-
- Delete binary data by its identifier
- Avoid delete binary data using an unregister identifier
- Avoid delete binary data using a not valid identifier
- Delete binary data by its identifier
-
- Given
- an erroneous stored binary data in the data store
- When
- I request to delete the binary data using its identifier
- Then
- the binary data and its meta information have been removed from the datastore
- Avoid delete binary data using an unregister identifier
-
- When
- I request to delete the binary data using an unregister identifier
- Then
- I receive an error with indicating that this resource don't exists
- Avoid delete binary data using a not valid identifier
-
- When
- I request to delete the binary data using not valid identifier
- Then
- I receive an error with indicating that this resource has not valid identifier
Last published over 7 years ago by Raimundo AlegrÃa.