evendis / mandrill-rails

Webhook processing and event decoration to make using Mandrill with Rails just that much easier
MIT License
288 stars 36 forks source link

how to test handle_ controller events in minitest? #48

Open petrsigut opened 5 years ago

petrsigut commented 5 years ago

We are trying to write a simple controller test for testing handle events in the controller, but using standard rails minitest we are unable to call the handle actions.

It would be awesome if anybody could point me in the right direction with some template.