--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/tests/helpers/destroy-app.js Wed Mar 02 13:47:07 2016 +0100
@@ -0,0 +1,5 @@
+import Ember from 'ember';
+
+export default function destroyApp(application) {
+ Ember.run(application, 'destroy');
+}