Skip to content

Commit

Permalink
test for stefanpenner#588
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedamat committed Apr 11, 2014
1 parent 0ea6f0e commit a91a726
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/helpers/start-app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Application from 'appkit/app';
import Router from 'appkit/router';

function startApp(attrs) {
Expand All @@ -16,7 +15,7 @@ function startApp(attrs) {
});

Ember.run(function(){
App = Application.create(attributes);
App = require('appkit/main')['default']('appkit', attributes);
App.setupForTesting();
App.injectTestHelpers();
});
Expand Down

0 comments on commit a91a726

Please sign in to comment.