diff --git a/tests/integration/components/ssh-key-test.js b/tests/integration/components/ssh-key-test.js index 9da6d50a..b2ad2ea8 100644 --- a/tests/integration/components/ssh-key-test.js +++ b/tests/integration/components/ssh-key-test.js @@ -79,4 +79,4 @@ test('it does not delete the custom key if permissions are insufficient', functi assert.ok(Ember.isEmpty(this.$('.ssh-key-action').find('a')), 'delete link should not be displayed'); -}); \ No newline at end of file +}); diff --git a/tests/unit/components/caches-item-test.coffee b/tests/unit/components/caches-item-test.coffee index dae8b87b..9ac7e57c 100644 --- a/tests/unit/components/caches-item-test.coffee +++ b/tests/unit/components/caches-item-test.coffee @@ -1,7 +1,7 @@ `import { test, moduleForComponent } from 'ember-qunit'` moduleForComponent 'caches-item', 'CachesItemComponent', { - needs: ['helper:format-time', 'helper:mb'] + needs: ['helper:format-time', 'helper:travis-mb'] } test 'it renders', ->