Fix error about ert

This commit is contained in:
Tom Willemse 2016-07-25 22:12:44 +02:00
parent 85a3512b05
commit aacc23547f

View file

@ -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: