`import { test, moduleFor } from 'ember-qunit'`

moduleFor 'view:application', 'ApplicationView'

# Replace this with your real tests.
test 'it exists', ->
  ok @subject()
