From a1e3fb87dc67bc48889506e6d17b1610f08c9a8b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Jan 2020 22:43:59 -0800 Subject: Add docker configuration --- test/integration/oni-docker.bats | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/integration/oni-docker.bats (limited to 'test') diff --git a/test/integration/oni-docker.bats b/test/integration/oni-docker.bats new file mode 100644 index 0000000..b0712f4 --- /dev/null +++ b/test/integration/oni-docker.bats @@ -0,0 +1,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" ] +} -- cgit v1.2.3-54-g00ecf