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

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

    [ "$output" = "t" ]
}