aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-highlight-indent-guides-test.el
blob: 19fb79285b40ced972ac97f0cc4e5b020903ff34 (plain)
1
2
3
4
(ert-deftest oni-highlight-indent-guides-autoloads ()
  "Thest that `oni-highlight-indent-guides' gets loaded automatically."
  (require 'highlight-indent-guides)
  (should (featurep 'oni-highlight-indent-guides)))