Require oni-org for its unit tests
This commit is contained in:
parent
abf97c386a
commit
294600c8cb
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
(require 'oni-org)
|
||||||
|
|
||||||
(ert-deftest oni-org-test-color-for ()
|
(ert-deftest oni-org-test-color-for ()
|
||||||
"Test that ‘oni-org-color-for’ returns a hex color name."
|
"Test that ‘oni-org-color-for’ returns a hex color name."
|
||||||
(should (string= "#acbd18" (oni-org-color-for "foo"))))
|
(should (string= "#acbd18" (oni-org-color-for "foo"))))
|
||||||
|
|
Loading…
Reference in a new issue