import { moduleFor, test } from 'ember-qunit'; moduleFor('service:auth'); test('it exists', function(assert) { assert.expect(1); var service = this.subject(); assert.ok(service); });