Fix tests

This commit is contained in:
Piotr Sarnacki 2015-04-30 13:04:22 +02:00
parent 29c95a4180
commit f8390b8f82
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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) ->