common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 18 May 2016 22:31:42 +0200
changeset 174 b5e6a2aa84cb
parent 127 5cd8c3065c38
permissions -rw-r--r--
Discourses Component

import Ember from 'ember';

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