Remove unneeded test
This commit is contained in:
parent
5cf1cbba6b
commit
6ff69bf94a
|
@ -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
|
Loading…
Reference in New Issue
Block a user