From cc8de9b58eddad427c2d190ff9cdc9224c037ba0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Feb 2020 23:11:41 -0800 Subject: Add prescient --- test/integration/oni-prescient.bats | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/integration/oni-prescient.bats (limited to 'test') diff --git a/test/integration/oni-prescient.bats b/test/integration/oni-prescient.bats new file mode 100644 index 0000000..ed506d8 --- /dev/null +++ b/test/integration/oni-prescient.bats @@ -0,0 +1,11 @@ +#!/usr/bin/env bats + +@test "Loading prescient loads oni-prescient" { + run emacs -batch -l package -f package-initialize \ + -l prescient \ + -eval "(prin1 (featurep 'oni-prescient))" + + echo "$output" + + [ "$output" = "t" ] +} -- cgit v1.2.3-54-g00ecf