plymouth
plymouth copied to clipboard
(rspec) should catch exceptions raised from the body of a test
I've put a failing test on https://github.com/rapportive-oss/em-imap.git (branch temp/plymouth-bug) which demonstrates this problem.
Exceptions raised from code being tested are caught fine.
+1
I ran into this right away. In the documentation to reproduce, just reproduce the method call empty? with something that doesn't exist, and plymouth doesn't catch anything :/
+1
plz?