0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

rails rake test

This commit is contained in:
Headless 2015-07-07 15:44:35 +03:00
parent 3ea3384186
commit 750de22972

View file

@ -58,6 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
alias rt='rake test'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'