1
0
Fork 0
emacs-config/test/oni-bookmark-test.el

5 lines
166 B
EmacsLisp
Raw Normal View History

2019-03-28 08:53:55 +01:00
(ert-deftest oni-bookmark-test-sets-default-file ()
"Test that oni-bookarks works."
(require 'bookmark)
(should (string-match "/data/" bookmark-default-file)))