Skip to content

Instantly share code, notes, and snippets.

@bitaxis
Created November 18, 2011 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitaxis/1377616 to your computer and use it in GitHub Desktop.
Save bitaxis/1377616 to your computer and use it in GitHub Desktop.
Rfactory
# Enhance rails.vim to work with test/factories/*_factory.rb
mkdir ~/.vim/macros && cat > ~/.vim/macros/rails.vim
:Rnavcommand factory test/factories spec/factories -glob=**/* -suffix=_factory.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment