From 05cdbd0fb2f1a851391ef4d147d0f0f18fe95705 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 30 Oct 2020 18:23:10 -0700 Subject: Add ‘embrace’ configuration --- test/integration/oni-embrace.bats | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 test/integration/oni-embrace.bats (limited to 'test/integration/oni-embrace.bats') diff --git a/test/integration/oni-embrace.bats b/test/integration/oni-embrace.bats new file mode 100755 index 0000000..0f9f532 --- /dev/null +++ b/test/integration/oni-embrace.bats @@ -0,0 +1,10 @@ +#!/usr/bin/env bats + +@test "Loading embrace loads oni-embrace" { + run emacs -batch -l package -f package-initialize -l embrace \ + -eval "(prin1 (featurep 'oni-embrace))" + + echo "$output" + + [[ "$output" == *"t" ]] +} -- cgit v1.2.3-54-g00ecf