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

4 lines
143 B
EmacsLisp

(ert-deftest oni-grep-test-autoloads ()
"Test that `oni-grep' gets loaded automatically."
(require 'grep)
(should (featurep 'oni-grep)))