1
0
Fork 0
emacs-config/test/integration/oni-embrace.bats

10 lines
231 B
Bash
Executable file

#!/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" ]]
}