grails-vim
grails-vim copied to clipboard
Grails project support for Vim
Additionally to displaying tests, it would be nice to create a test file for a source file. If the test file already exists, just open it.
It would be nice to switch to test file and back using same command. So the idea is the following: if you are in a test file, try to find...
In our project, we use "Spec" for all test files.
gr should open the test report, and find the exact spot where the error/test failed. You can do this by grepping for a certain pattern.
If you're in create.gsp and jump to controller, it will go to def create = { }