From c83afe458a59ccbb083b0d1ac0ab5fcb9074bbd2 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 23 Jun 2015 12:36:46 +0200 Subject: [PATCH] fix tests --- tests/unit/components/builds-item-test.coffee | 2 +- tests/unit/components/jobs-item-test.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/components/builds-item-test.coffee b/tests/unit/components/builds-item-test.coffee index de0da2b2..8578e522 100644 --- a/tests/unit/components/builds-item-test.coffee +++ b/tests/unit/components/builds-item-test.coffee @@ -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) -> diff --git a/tests/unit/components/jobs-item-test.coffee b/tests/unit/components/jobs-item-test.coffee index 9529c4f4..b0392242 100644 --- a/tests/unit/components/jobs-item-test.coffee +++ b/tests/unit/components/jobs-item-test.coffee @@ -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', ->