Remove accidentally commited test

This commit is contained in:
Piotr Sarnacki 2015-03-23 12:00:13 +01:00
parent 93918168f5
commit b37dc28d99

View File

@ -1,17 +0,0 @@
`import { test, moduleForComponent } from 'ember-qunit'`
moduleForComponent 'running-jobs', 'RunningJobsComponent', {
# specify the other units that are required for this test
# needs: ['component:foo', 'helper:bar']
}
test 'it renders', ->
expect 2
# creates the component instance
component = @subject()
equal component._state, 'preRender'
# appends the component to the page
@append()
equal component._state, 'inDOM'