cms/app-client/tests/helpers/destroy-app.js
changeset 261 02e2396bcbbc
parent 173 cf7b221238fd
--- 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();
 }