[specs] Fix caches-item-test by using the correct helper name
This commit is contained in:
parent
9de0df7cbd
commit
7b655eee61
|
@ -1,7 +1,7 @@
|
||||||
`import { test, moduleForComponent } from 'ember-qunit'`
|
`import { test, moduleForComponent } from 'ember-qunit'`
|
||||||
|
|
||||||
moduleForComponent 'caches-item', 'CachesItemComponent', {
|
moduleForComponent 'caches-item', 'CachesItemComponent', {
|
||||||
needs: ['helper:format-time', 'helper:mb']
|
needs: ['helper:format-time', 'helper:travis-mb']
|
||||||
}
|
}
|
||||||
|
|
||||||
test 'it renders', ->
|
test 'it renders', ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user