Relates to #42. Mistakenly opened here: ember-cli/ember-cli-chai#37.
reproduction
- clone the reproduction repo
git clone --single-branch -b bug-initializer-test https://github.com/efx/poc-bug.git && cd poc-bug && npm install && bower install
- run
ember build or ember serve
- Notice that the initalizer test files are being included when they shouldn't.
