It would be great to rely on something more generic like an ember-try scenario for all of this, but emberDataVersion and emberVersion end up being passed explicitly to app.create in ember-addon-tests, so they need special treatment for now.
This feature makes it possible to avoid some version incompatibilities that are currently difficult to test around (i.e., ember-data defaults to master, which is incompatible with ember-source early 3.x versions)
It would be great to rely on something more generic like an ember-try scenario for all of this, but
emberDataVersion
andemberVersion
end up being passed explicitly toapp.create
in ember-addon-tests, so they need special treatment for now.This feature makes it possible to avoid some version incompatibilities that are currently difficult to test around (i.e.,
ember-data
defaults tomaster
, which is incompatible withember-source
early 3.x versions)