From 1583ca573dc1993de67af2f46d473c23e4f7bbd0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 5 Jan 2018 14:55:21 -0500 Subject: [PATCH] Fix ui/doom-dashboard tests --- modules/ui/doom-dashboard/test/doom-dashboard.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ui/doom-dashboard/test/doom-dashboard.el b/modules/ui/doom-dashboard/test/doom-dashboard.el index b08188837..966487ff7 100644 --- a/modules/ui/doom-dashboard/test/doom-dashboard.el +++ b/modules/ui/doom-dashboard/test/doom-dashboard.el @@ -28,6 +28,7 @@ (should (+doom-dashboard-p))))) (def-test! get-pwd + :minor-mode projectile-mode (let ((default-directory doom-core-dir) (+doom-dashboard--last-cwd doom-core-dir) projectile-enable-caching) @@ -40,6 +41,7 @@ (should (equal (+doom-dashboard--get-pwd) (cdr spec))))))) (def-test! pwd-policy + :minor-mode projectile-mode (dolist (spec (list (cons 'last-project doom-emacs-dir) (cons 'last doom-core-dir) (cons "~" (expand-file-name "~/"))