diff --git a/test/oni-org-test.el b/test/oni-org-test.el index dfaf11a..8176afb 100644 --- a/test/oni-org-test.el +++ b/test/oni-org-test.el @@ -1,3 +1,5 @@ +(require 'oni-org) + (ert-deftest oni-org-test-color-for () "Test that ‘oni-org-color-for’ returns a hex color name." (should (string= "#acbd18" (oni-org-color-for "foo"))))