Skip to content

Instantly share code, notes, and snippets.

@scruti
Created December 23, 2013 07:59
Show Gist options
  • Save scruti/8093247 to your computer and use it in GitHub Desktop.
Save scruti/8093247 to your computer and use it in GitHub Desktop.
Replace @variable for let(:variable) at Rspect tests with Sublime Text Regexp find&replace.
Find: \@(\w+)\s=\s\{
Replace: let\(\:$1\) \{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment