jkraemer / mail-gpg

GPG/MIME extension for the Ruby Mail Library
MIT License
69 stars 24 forks source link

Fix tests to run with gnupg2. #37

Closed duckdalbe closed 7 years ago

duckdalbe commented 7 years ago

These changes make the tests complete successfully with GnuPG 2.1.

They don't break anything. The only minor curiosity is that I needed to rename one test a little (test/action_mailer_test.rb:99) to have it not run in the beginning — because then it would fail. If you have any insight about why this is I'd be happy to put in a real fix instead of this workaround.

duckdalbe commented 7 years ago

For some reason the fails-on-first-run-problem has gone away. So there's not reason not to merge, right?

We'd like to package this lib for the next debian stable, but for that it needs these fixes and it must happen soon-ish (the package-freeze isn't far away anymore). Could you merge or tell about issues soon?

Thanks!

jkraemer commented 7 years ago

thanks!