diff options
| author | 2020-02-24 23:11:41 -0800 | |
|---|---|---|
| committer | 2020-02-24 23:11:41 -0800 | |
| commit | cc8de9b58eddad427c2d190ff9cdc9224c037ba0 (patch) | |
| tree | df9fa65d0bf26cc1e7345c55891072e976ef6bd7 /test | |
| parent | 1acb64f9c8daf3fffca0bb05ae32e66021355f7e (diff) | |
| download | emacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.tar.gz emacs-config-cc8de9b58eddad427c2d190ff9cdc9224c037ba0.zip | |
Add prescient
Diffstat (limited to 'test')
| -rw-r--r-- | test/integration/oni-prescient.bats | 11 |
1 files changed, 11 insertions, 0 deletions
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" ] +} |
