fix routes test. ember-mocha@0.4.2

This commit is contained in:
Jason Williams 2015-02-19 09:15:19 -06:00 committed by Matt Enlow
parent 46a66a36b1
commit b9c7f8e6c2
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import Ember from 'ember';
import ModalDialog from 'ghost/components/gh-modal-dialog';
import upload from 'ghost/assets/lib/uploader';
import cajaSanitizers from 'ghost/utils/caja-sanitizers';

View File

@ -30,6 +30,6 @@
"devDependencies": {
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "ember-cli/ember-cli-test-loader#0.1.1",
"ember-mocha": "~0.3.0"
"ember-mocha": "~0.4.2"
}
}