mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Convert event forms to be partially embery.
This commit is contained in:
11
tests/unit/routes/event/edit-test.js
Normal file
11
tests/unit/routes/event/edit-test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import {moduleFor, test} from "ember-qunit";
|
||||
|
||||
moduleFor('route:event/edit', 'Unit | Route | event/edit', {
|
||||
// Specify the other units that are required for this test.
|
||||
// needs: ['controller:foo']
|
||||
});
|
||||
|
||||
test('it exists', function (assert) {
|
||||
let route = this.subject();
|
||||
assert.ok(route);
|
||||
});
|
||||
Reference in New Issue
Block a user