After upgrading an ember project to ember-cli@2.7.0 I stumbled upon problem of getting
$ ember test -s
work with my test browsers again (Chromium, Firefox).
Only PhantomJS was launched, no matter how I did set up config file testem.js
I realized that there are 2 testem-related config files after the upgrade:
Removing the latter one (testem.json) made it work again.