diff --git a/tests/unit/components/running-jobs-test.coffee b/tests/unit/components/running-jobs-test.coffee deleted file mode 100644 index a0fd1658..00000000 --- a/tests/unit/components/running-jobs-test.coffee +++ /dev/null @@ -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'