common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sat, 15 Oct 2016 20:02:09 +0530
changeset 337 2ea18460d5e3
parent 127 5cd8c3065c38
permissions -rw-r--r--
Fix loading alphabetical/popularity sorting in themes

import Ember from 'ember';

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