server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 18:01:37 +0200
changeset 364 d065d3307805
parent 136 5fed7e1716c2
permissions -rw-r--r--
add script to globally set version

import Ember from 'ember';

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