aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/oni-alert.bats
blob: 8c42fdf3ce8d5bcb80953624717fcd88e3c224e8 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bats

@test "Loading alert loads oni-alert" {
    run emacs -batch -l package -f package-initialize \
        -l alert \
        -eval "(prin1 (featurep 'oni-alert))"

    [ "$output" = "t" ]
}