aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-alert-test.el
blob: f8574e2acb56d1b65ee2ecf4f96d9b2fea36c632 (plain)
1
2
3
4
5
6
7
8
9
(ert-deftest oni-alert-test-autoloads ()
  "Test that `oni-alert' gets loaded automatically."
  (require 'alert)
  (should (featurep 'oni-alert)))

(ert-deftest oni-alert-test-sets-default-style ()
  "Test that `oni-alert' test the default style."
  (require 'alert)
  (should (eql alert-default-style 'libnotify)))