Fix up ember test files

This commit is contained in:
Jason Williams 2015-02-18 14:29:30 -06:00 committed by Matt Enlow
parent adab9fc23a
commit f66c0b347a
9 changed files with 10 additions and 9 deletions

View File

@ -21,8 +21,10 @@
"andThen",
"currentURL",
"currentPath",
"currentRouteName"
"currentRouteName",
"expect"
],
"mocha": true,
"node": false,
"browser": false,
"boss": true,
@ -31,6 +33,7 @@
"devel": false,
"eqeqeq": true,
"evil": true,
"expr": true,
"forin": false,
"immed": false,
"laxbreak": false,

View File

@ -1,4 +1,4 @@
/* jshint expr:true */
import Ember from 'ember';
import {
describeComponent,
it

View File

@ -1,4 +1,3 @@
/* jshint expr:true */
import {
describeComponent,
it

View File

@ -1,4 +1,4 @@
/* jshint expr:true */
import Ember from 'ember';
import {
describeModule,
it

View File

@ -1,4 +1,4 @@
/* jshint expr:true */
import Ember from 'ember';
import {
describeModule,
it

View File

@ -1,4 +1,4 @@
/* jshint expr:true */
import Ember from 'ember';
import {
describeModel,
it

View File

@ -1,3 +1,4 @@
import Ember from 'ember';
import {
describeModel,
it

View File

@ -1,4 +1,4 @@
/*jshint expr:true */
import Ember from 'ember';
import {
describeModel,
it

View File

@ -1,5 +1,3 @@
/* jshint expr:true */
import ghostPaths from 'ghost/utils/ghost-paths';
describe('ghost-paths', function () {