[specs] Fix caches-item-test by using the correct helper name
This commit is contained in:
parent
9de0df7cbd
commit
7b655eee61
|
@ -79,4 +79,4 @@ test('it does not delete the custom key if permissions are insufficient', functi
|
|||
|
||||
assert.ok(Ember.isEmpty(this.$('.ssh-key-action').find('a')), 'delete link should not be displayed');
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
`import { test, moduleForComponent } from 'ember-qunit'`
|
||||
|
||||
moduleForComponent 'caches-item', 'CachesItemComponent', {
|
||||
needs: ['helper:format-time', 'helper:mb']
|
||||
needs: ['helper:format-time', 'helper:travis-mb']
|
||||
}
|
||||
|
||||
test 'it renders', ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user