cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Sun, 29 May 2016 16:50:17 +0200
changeset 163 59c68fc4848e
parent 136 5fed7e1716c2
child 173 cf7b221238fd
permissions -rw-r--r--
Add transcript api endpoint

import Ember from 'ember';

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