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