--- a/cms/app-client/tests/helpers/destroy-app.js Sat Aug 06 21:27:53 2016 +0700
+++ b/cms/app-client/tests/helpers/destroy-app.js Sat Aug 06 21:29:33 2016 +0700
@@ -2,5 +2,4 @@
export default function destroyApp(application) {
Ember.run(application, 'destroy');
- server.shutdown();
}