UNPKG

ember-rocks

Version:

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

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