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