kana / vim-vspec

Vim plugin: Testing framework for Vim script
http://www.vim.org/scripts/script.php?script_id=3012
222 stars 13 forks source link

Do not "Baill out!" if an exception is thrown in an :it block #35

Open kana opened 10 years ago

kana commented 10 years ago

After #33, "Bail out!" is generated for some exceptions even if they were thrown in :it blocks. "Bail out!" should not be generated because exceptions in :it blocks are fully under control of vim-vspec.