Skip to content

Commit

Permalink
Improving a few ruby aliases for better bundler support.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenboyd committed Sep 12, 2011
1 parent 0f0790e commit 55ccd12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bash_profile.d/ruby.sh
Expand Up @@ -44,12 +44,13 @@ alias dmtp='dm && dtp'
alias ett='mate app config lib db public spec test vendor/plugins config.ru Rakefile Capfile Gemfile README'
alias tt='[ -e log/test.log ] && cp -f /dev/null log/test.log && tail -f log/test.log'

alias r='rake'
alias b='bundle exec'
alias br='bundle exec rake'
alias rs='rake spec'

alias s='bundle exec spec'
alias t='time testrb -Itest'
alias cuc='bundle exec cucumber -P --format progress --quiet'
alias cuc='bundle exec cucumber -P --format pretty --quiet'

alias cdgems='cd `rvm gemdir`'

Expand Down

0 comments on commit 55ccd12

Please sign in to comment.