Make sure you have minitest installed by running bundle install from the project directory.
To run unit tests, from project directory:
$ rake test
To run full integration tests, you need to have docker installed and connectivity to the internet.
$ rake integration