aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/oni-embrace.bats
blob: 0f9f532d520feb0227602a5bfd463c3a1aa1e121 (plain)
1
2
3
4
5
6
7
8
9
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" ]]
}