common/corpus-common-addon/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 14:45:47 +0200
changeset 382 ea0e8417e4dc
parent 127 5cd8c3065c38
permissions -rw-r--r--
correct problem with cache

import Ember from 'ember';

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