Bamboo sendgrid adapter

Does any one have experience mocking requests with the sendgrid adapter for bamboo (https://github.com/thoughtbot/bamboo) using Exvcr. Are they even compatible ?

I haven’t been able to find any examples of this. Any help would be appreciated.

Do you use any SendGrid specific features? If not, then maybe it would be worth changing the adapter to test one.

1 Like

I’m mainly using the dynamic template feature to add HTML content to emails.

Use the test adapter and you can test assert delivered or something similar. There’s a function for that.

1 Like