cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 16:46:41 +0200
changeset 184 558a3522343c
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Set discours querystring from controller

import Ember from 'ember';

export default function destroyApp(application) {
  Ember.run(application, 'destroy');
  server.shutdown();
}