BATS has been superceeded by the internal BTS testing infrastructure

This commit is contained in:
Sameer Naik
2017-02-03 16:36:32 +05:30
parent 8f7bdcf81c
commit 05a1daa0be

View File

@@ -259,14 +259,6 @@ or using Docker Compose:
docker-compose start ruby
```
# Testing
This image is tested for expected runtime behavior, using the [Bats](https://github.com/sstephenson/bats) testing framework. You can run the tests on your machine using the `bats` command.
```
bats test.sh
```
# Notable Changes
## 2.3.1-r0 (2016-05-11)