fix tests

This commit is contained in:
Lisa Passing 2015-06-23 12:36:46 +02:00
parent 37da11d55a
commit c83afe458a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
moduleForComponent 'builds-item', {
needs: ['helper:format-sha', 'helper:format-duration', 'helper:format-time',
'helper:format-message']
'helper:format-message', 'helper:pretty-date']
}
test 'it renders', (assert) ->

View File

@ -2,7 +2,7 @@
moduleForComponent 'jobs-item', 'JobsItemComponent', {
# specify the other units that are required for this test
needs: ['helper:format-duration']
needs: ['helper:format-duration', 'helper:pretty-date']
}
test 'it renders', ->