Fix tests
This commit is contained in:
parent
29c95a4180
commit
f8390b8f82
|
@ -4,7 +4,7 @@
|
|||
`import config from 'travis/config/environment'`
|
||||
`import Polling from 'travis/mixins/polling'`
|
||||
|
||||
View = BasicView.extend
|
||||
View = BasicView.extend Polling,
|
||||
reposBinding: 'controllers.repos'
|
||||
repoBinding: 'controller.repo'
|
||||
buildBinding: 'controller.build'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
moduleForComponent 'running-jobs-item', {
|
||||
# specify the other units that are required for this test
|
||||
# needs: ['component:foo', 'helper:bar']
|
||||
needs: ['mixin:polling', 'service:polling']
|
||||
}
|
||||
|
||||
test 'it renders', (assert) ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user