Created
April 21, 2017 15:28
-
-
Save diegotoral/ce58679a2d80ecc1419767c773ec808a to your computer and use it in GitHub Desktop.
Ctags support for RSpec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--regex-ruby=/^[ \t]*describe ['"](.*)['"] do/\1/d,rspec describe/ | |
--regex-ruby=/^[ \t]*context ['"](.*)['"] do/\1/C,rspec context/ | |
--regex-ruby=/^[ \t]*it ['"](.*)['"] do/\1/i,rspec tests/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment