Add testing section to README

This commit is contained in:
Adnan Abdulhussein
2015-06-19 16:17:01 -07:00
parent eff81fc28e
commit e2a1c44c84

View File

@@ -267,6 +267,16 @@ 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
```
# Contributing
We'd love for you to contribute to this Docker image. You can request new features by creating an