server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 136 5fed7e1716c2
permissions -rw-r--r--
correct licence problem in bug #0026523

import Ember from 'ember';

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