diff --git a/tests/unit/models/commit-test.js b/tests/unit/models/commit-test.js index bf4bc8fb..9d457ef2 100644 --- a/tests/unit/models/commit-test.js +++ b/tests/unit/models/commit-test.js @@ -1,5 +1,6 @@ // Generated by CoffeeScript 1.10.0 import { moduleForModel, test } from 'ember-qunit'; +import Ember from 'ember'; moduleForModel('commit', 'Unit | Model | commit', { needs: ['model:build'] });