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`
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.
Should be re-open this issue in https://github.com/emberjs/ember-qunit + https://github.com/switchfly/ember-test-helpers ?
@wecc I think this issue should be tracked here, since we are providing the blueprint ourselves.
should be resolved with the latest and greatest :)