From dd9fedf8ff6b587586369ca634109a62e7270f8e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 Mar 2021 20:20:04 -0700 Subject: Decouple ‘oni-org’ and ‘oni-org-roam’ ‘org-roam’ doesn’t seem to work correctly on all the machines that I use ‘org-mode’ on. --- test/integration/oni-org-roam.bats | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test/integration/oni-org-roam.bats (limited to 'test/integration') diff --git a/test/integration/oni-org-roam.bats b/test/integration/oni-org-roam.bats new file mode 100755 index 0000000..3cc6df2 --- /dev/null +++ b/test/integration/oni-org-roam.bats @@ -0,0 +1,11 @@ +#!/usr/bin/env bats + +@test "Loading org-roam also loads oni-org-roam" { + run emacs -batch -l package -f package-initialize \ + -l org-roam \ + -eval "(prin1 (featurep 'oni-org-roam))" + + echo "$output" + + [[ "$output" == *"t" ]] +} -- cgit v1.2.3-54-g00ecf