UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

21 lines (19 loc) 394 B
import { describeModule, it } from 'ember-mocha'; describeModule( 'view:__DASHERIZE_NAMESPACE__', '__NAMESPACE__', { // Specify the other units that are required for this test. // needs: ['controller:foo'] }, function () { // Replace this with your real tests. it('exists', function () { var view = this.subject(); view.should.be.ok; }); } );