From b37dc28d99213508397eae3b85e81d751a3e2d94 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 23 Mar 2015 12:00:13 +0100 Subject: [PATCH] Remove accidentally commited test --- tests/unit/components/running-jobs-test.coffee | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/unit/components/running-jobs-test.coffee 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'