changeset 50 | 182f46ea5a56 |
parent 41 | b6815b3d46bd |
23:037687868bc4 | 50:182f46ea5a56 |
---|---|
1 import { moduleFor, test } from 'ember-qunit'; |
|
2 |
|
3 moduleFor('controller:results', { |
|
4 // Specify the other units that are required for this test. |
|
5 // needs: ['controller:foo'] |
|
6 }); |
|
7 |
|
8 // Replace this with your real tests. |
|
9 test('it exists', function(assert) { |
|
10 var controller = this.subject(); |
|
11 assert.ok(controller); |
|
12 }); |