Fix error about ert
This commit is contained in:
parent
85a3512b05
commit
aacc23547f
1 changed files with 9 additions and 8 deletions
|
@ -97,6 +97,7 @@ This is currently the data directory under the
|
||||||
`user-emacs-directory'."
|
`user-emacs-directory'."
|
||||||
(concat user-emacs-directory "data/" file-name))
|
(concat user-emacs-directory "data/" file-name))
|
||||||
|
|
||||||
|
(with-eval-after-load 'ert
|
||||||
(ert-deftest oni:data-location ()
|
(ert-deftest oni:data-location ()
|
||||||
"Test that `oni:data-location' returns the correct locations."
|
"Test that `oni:data-location' returns the correct locations."
|
||||||
(should (string= "~/.emacs.d/data/backup-files/"
|
(should (string= "~/.emacs.d/data/backup-files/"
|
||||||
|
@ -104,7 +105,7 @@ This is currently the data directory under the
|
||||||
(should (string= "~/.emacs.d/data/auto-save-files/"
|
(should (string= "~/.emacs.d/data/auto-save-files/"
|
||||||
(oni:data-location "auto-save-files/")))
|
(oni:data-location "auto-save-files/")))
|
||||||
(should (string= "~/.emacs.d/data/auto-save-list/.saves-"
|
(should (string= "~/.emacs.d/data/auto-save-list/.saves-"
|
||||||
(oni:data-location "auto-save-list/.saves-"))))
|
(oni:data-location "auto-save-list/.saves-")))))
|
||||||
|
|
||||||
;;;; Backups:
|
;;;; Backups:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue