github.com/elliott5/community@v0.14.1-0.20160709191136-823126fb026a/app/tests/helpers/destroy-app.js (about) 1 import Ember from 'ember'; 2 3 export default function destroyApp(application) { 4 Ember.run(application, 'destroy'); 5 server.shutdown(); 6 }