common/corpus-common-addon/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 16:07:19 +0200
changeset 383 82a3db4b1d39
parent 127 5cd8c3065c38
permissions -rw-r--r--
Correct application build + migration

import Ember from 'ember';

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