4 lines
143 B
EmacsLisp
4 lines
143 B
EmacsLisp
(ert-deftest oni-grep-test-autoloads ()
|
|
"Test that `oni-grep' gets loaded automatically."
|
|
(require 'grep)
|
|
(should (featurep 'oni-grep)))
|