File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ Changelog.md
88Makefile
99docker-compose.yml
1010.travis.yml
11+ test
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:jessie
33MAINTAINER Alt Three <
[email protected] >
44
55ARG cachet_ver
6- ENV cachet_ver v2.3.0-RC5
6+ ENV cachet_ver v2.3.0-RC6
77
88# Using debian packages instead of compiling from scratch
99RUN DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ load "lib/output"
3030 assert_output -l 0 $' HTTP/1.1 200 OK\r '
3131}
3232
33+ @test " [$TEST_FILE ] curl API ping" {
34+ run curl_container docker_nginx_1 /api/v1/ping
35+ assert_output -l 0 $' {"data":"Pong!"}'
36+ }
37+
3338@test " [$TEST_FILE ] stop all bats containers" {
3439 stop_bats_containers
3540}
You can’t perform that action at this time.
0 commit comments