Data: Default test generated for application serializer depends on 'model:application'

Created on 21 Jun 2016  路  4Comments  路  Source: emberjs/data

After generating a serializer for the application using ember-cli

ember g serializer application

The tests generated by ember-cli fail with:

Attempting to register an unknown factory: `model:application`
Bug

All 4 comments

This is defiantly a bug.

I think the fix is to introduce some new test helpers for serializers so they do not need to rely on moduleForModel for testing.

@wecc I think this issue should be tracked here, since we are providing the blueprint ourselves.

should be resolved with the latest and greatest :)

Was this page helpful?
0 / 5 - 0 ratings