Fix tests

This commit is contained in:
Piotr Sarnacki 2016-01-04 13:19:48 +01:00
parent 737685a7c0
commit d8160614bf

View File

@ -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']
});