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