dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
47 stars 19 forks source link

feat: Real docker-based testing #56

Closed josegonzalez closed 5 years ago

josegonzalez commented 5 years ago

This pull request switches testing to use an actual docker daemon, vs mocking everything out.

It may also catch actual breaking issues in our tests, which is great!