Remove volume test

This commit is contained in:
Adnan Abdulhussein
2015-09-30 14:00:59 +01:00
parent 890e7ae8ac
commit 82cc288994

View File

@@ -43,13 +43,6 @@ teardown() {
[ "$status" = 0 ]
}
@test "all the volumes exposed" {
docker inspect $CONTAINER_NAME | {
run grep "\"Volumes\":" -A 1
[[ "$output" =~ "/app" ]]
}
}
@test "port 3000 exposed" {
add_app
docker exec -d $CONTAINER_NAME sh -c 'gem install sinatra --no-ri --no-rdoc && ruby server.rb'