This is an example for emberjs/ember.js#12791
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server -m 'Acceptance | application-error'
I added a debugger to show the workaround to pass the failing test.