internetee-registry/docker/docker_test.sh
2018-04-13 15:44:19 +03:00

8 lines
204 B
Bash
Executable file

# /bin/sh
docker-compose down
docker-compose build
# Setup test database
docker-compose run app rake db:setup:all test
# Finally run tests to check if everything is in order
docker-compose run app rspec