main
1import {
2 moduleFor,
3 test
4} from 'ember-qunit';
5
6moduleFor('view:cakes/index', 'CakesIndexView');
7
8// Replace this with your real tests.
9test('it exists', function() {
10 var view = this.subject();
11 ok(view);
12});