server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 25 Aug 2016 19:10:41 +0200
changeset 270 6ddc52965fb8
parent 136 5fed7e1716c2
permissions -rw-r--r--
Remove participants doubles

import Ember from 'ember';

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