aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-grep-test.el
blob: 56947c251525b2b91829488081d2835c12b80817 (plain)
1
2
3
4
(ert-deftest oni-grep-test-autoloads ()
  "Test that `oni-grep' gets loaded automatically."
  (require 'grep)
  (should (featurep 'oni-grep)))