Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created February 15, 2012 16:52
Show Gist options
  • Save blasterpal/1837247 to your computer and use it in GitHub Desktop.
Save blasterpal/1837247 to your computer and use it in GitHub Desktop.
Find replace Mocha stubs with Rspec2 in vim
:args spec/*/*
:argdo %s/\(.*any_instance.*\)\(stubs\)\(.*\)\(returns\)\(.*\)/\1stub\3and_return\5/ge | update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment