aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/oni-highlight-indent-guides-test.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/oni-highlight-indent-guides-test.el b/test/oni-highlight-indent-guides-test.el
new file mode 100644
index 0000000..19fb792
--- /dev/null
+++ b/test/oni-highlight-indent-guides-test.el
@@ -0,0 +1,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)))