-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
(disclaimer: I am absolutely new with sl-ember-store so maybe I'm missing something fundamental, but I don't see how this is supposed to be working)
In a very simple project containing a single model and a server returning a valid json response for that model, I keep getting the following assertion failure:
A serializer needs to be set for....
Upon examination it seems that the default serializer is chosen. In the assertion execution, the serializer is called with zero arguments, therefore returns undefined, and the assertion fails, as it expects a "true" from the method it is calling.
Removing the assertion results in a program working as expected.
Metadata
Metadata
Assignees
Labels
No labels