Fixing conflict in rails plugin merge with rake test shortcut

This commit is contained in:
Robby Russell 2015-09-19 08:58:24 -07:00
commit 544eccb5dd
6 changed files with 422 additions and 77 deletions

View file

@ -54,12 +54,13 @@ alias rdrs='rake db:reset'
alias rdtc='rake db:test:clone'
alias rdtp='rake db:test:prepare'
alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
alias rrg='rake routes | grep'
alias rt='rake test'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'
alias sg='ruby script/generate'