Get proposals

This commit is contained in:
2017-02-05 15:08:27 +08:00
parent d66573b6af
commit 227c6f5c4b
4 changed files with 62 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('model:proposal', 'Unit | Model | proposal');
test('it exists', function(assert) {
let model = this.subject();
// let store = this.store();
assert.ok(!!model);
});