James Nachbar

Results 2 comments of James Nachbar

I had this same problem, and went to the suggested page. I was at least able to get `flutter run` to not fail by editing   `android/app/src/main/AndroidManifest.xml`   As shown in that...

Thanks, @nethad. I can confirm that assert_emails works with RSpec, and further that you can still check `ActionMailer::Base.deliveries.size` because, when wrapped in assert_emails, the emails get processed from the `ActiveJob::Base.queue_adapter.enqueued_jobs`...