From c835c1122273786415f2572d5b5744e56098a07f Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 27 Jul 2016 16:26:24 -0400 Subject: [PATCH] Fails ONBUILD incantation --- tests/shibboleth-idp.bats | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/shibboleth-idp.bats b/tests/shibboleth-idp.bats index a2b2640..71ab5f4 100644 --- a/tests/shibboleth-idp.bats +++ b/tests/shibboleth-idp.bats @@ -15,4 +15,9 @@ load ../common @test "Contains java" { run docker run -i bigfleet/shibboleth_idp which java [ "$status" -eq 0 ] +} + +@test "Defers configuration via ONBUILD" { + run grep ONBUILD Dockerfile + [ "$status" -eq 1 ] } \ No newline at end of file