Testing the behavior of doing a POST to an endpoint without a create method, it hangs (times out in the mocha test) instead of responding with a 405.
Reproduce by doing a post instead of a delete in the 'throws a 405 for undefined service methods' section of the rest test file.
Inspecting the 'todo' service on the app at that point indicates that there is a create method, even though only get and find are configured.
Am I missing something?