Find and open test file of the current class
If you use vim-plug, add the plugin to your vim config file
call plug#begin()
Plug 'fabiosal/vim-find-test'
call plug#end()
use the command
:FindTest
to open a split window for the test file related to current class
This plugin is released under the MIT License.