9 lines
316 B
EmacsLisp
9 lines
316 B
EmacsLisp
(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)))
|