Skip to content

Instantly share code, notes, and snippets.

View diegotoral's full-sized avatar

Diego Toral diegotoral

View GitHub Profile
--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/