From 6ff69bf94affa5ef4e32d43719739bff4f0e66ee Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 2 Sep 2015 12:03:44 +0200 Subject: [PATCH] Remove unneeded test --- tests/unit/initializers/storage-test.coffee | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tests/unit/initializers/storage-test.coffee diff --git a/tests/unit/initializers/storage-test.coffee b/tests/unit/initializers/storage-test.coffee deleted file mode 100644 index 81c9a132..00000000 --- a/tests/unit/initializers/storage-test.coffee +++ /dev/null @@ -1,19 +0,0 @@ -`import Ember from 'ember'` -`import { initialize } from 'travis/initializers/storage'` - -container = null -application = null - -module 'StorageInitializer', - setup: -> - Ember.run -> - application = Ember.Application.create() - container = application.__container__ - application.deferReadiness() - -# Replace this with your real tests. -test 'it works', -> - initialize container, application - - # you would normally confirm the results of the initializer here - ok true