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