Files
2017-12-21 11:51:55 +01:00

12 lines
295 B
CoffeeScript

import { moduleFor, test } from 'ember-qunit'
moduleFor 'controller:action-list', {
# Specify the other units that are required for this test.
# needs: ['controller:foo']
}
# Replace this with your real tests.
test 'it exists', (assert) ->
controller = @subject()
assert.ok controller