Skip to content

Commit

Permalink
Fails ONBUILD incantation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent ae8c829 commit c835c11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
}

0 comments on commit c835c11

Please sign in to comment.