emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 56b8620fb3a4bc4ecd2c79ddd2c70dce02721d2a
parent eb4212fd0a5e5c82d21a6018ee1faabc0203757f
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun,  3 Jan 2016 22:52:03 +0530

Update tests to work with lazy downloading

Diffstat:
M.travis.yml | 3+--
Mtest/test-helper.el | 2++
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -43,4 +43,4 @@ notifications: recipients: - iqbalansari02@yahoo.com on_success: never - on_failure: always -\ No newline at end of file + on_failure: always diff --git a/test/test-helper.el b/test/test-helper.el @@ -45,6 +45,8 @@ Helps isolate tests from each other's customizations." (emojify-debug-mode t)) (unwind-protect (progn + (unless (file-exists-p emojify-image-dir) + (emojify-download-emoji emojify-emoji-set)) ,@forms) (setq emojify-emoji-json emojify-saved-emoji-json emojify-image-dir emojify-saved-image-dir