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

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

    [ "$output" = "t" ]
}