When running rspec, use bundle exec if available

This commit is contained in:
Hakan Ensari 2011-02-22 13:36:01 +00:00
commit 649cf79f68

View file

@ -28,5 +28,7 @@ alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone' alias rdbm='rake db:migrate db:test:clone'
alias rdbmr='rake db:migrate && rake db:migrate:redo' alias rdbmr='rake db:migrate && rake db:migrate:redo'
alias devlog='tail -f log/development.log' alias devlog='tail -f log/development.log'
alias rspec='_bundle_command rspec'
alias cuke='_bundle_command cucumber' alias cuke='_bundle_command cucumber'
alias begs='_bundle_command guard start' alias begs='_bundle_command guard start'