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
8
8
Makefile
9
9
docker-compose.yml
10
10
.travis.yml
11
+ test
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:jessie
3
3
MAINTAINER Alt Three <
[email protected] >
4
4
5
5
ARG cachet_ver
6
- ENV cachet_ver v2.3.0-RC5
6
+ ENV cachet_ver v2.3.0-RC6
7
7
8
8
# Using debian packages instead of compiling from scratch
9
9
RUN DEBIAN_FRONTEND=noninteractive \
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ load "lib/output"
30
30
assert_output -l 0 $' HTTP/1.1 200 OK\r '
31
31
}
32
32
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
+
33
38
@test " [$TEST_FILE ] stop all bats containers" {
34
39
stop_bats_containers
35
40
}
You can’t perform that action at this time.
0 commit comments