common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 127 5cd8c3065c38
permissions -rw-r--r--
Notice display logic and design

import Ember from 'ember';

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