fix tests
This commit is contained in:
parent
37da11d55a
commit
c83afe458a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
moduleForComponent 'builds-item', {
|
moduleForComponent 'builds-item', {
|
||||||
needs: ['helper:format-sha', 'helper:format-duration', 'helper:format-time',
|
needs: ['helper:format-sha', 'helper:format-duration', 'helper:format-time',
|
||||||
'helper:format-message']
|
'helper:format-message', 'helper:pretty-date']
|
||||||
}
|
}
|
||||||
|
|
||||||
test 'it renders', (assert) ->
|
test 'it renders', (assert) ->
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
moduleForComponent 'jobs-item', 'JobsItemComponent', {
|
moduleForComponent 'jobs-item', 'JobsItemComponent', {
|
||||||
# specify the other units that are required for this test
|
# specify the other units that are required for this test
|
||||||
needs: ['helper:format-duration']
|
needs: ['helper:format-duration', 'helper:pretty-date']
|
||||||
}
|
}
|
||||||
|
|
||||||
test 'it renders', ->
|
test 'it renders', ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user