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 collaboratorService Error
Trying to create session when the memcache is down
- Scenarios
-
- Memcache is down
-
- Given
- memcache is down
- And
- the content-type is 'application/json'
- When
- a POST request is sent to '/sessions':
- Then
- a HTTP status code of 500 should be returned
- And
- the following error line should be logged: 'Memcache is down'
Last published over 5 years ago by John James.