mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Use bundle exec when running cucumber
This commit is contained in:
parent
ae4a63e999
commit
f1df40a10d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function _rails () {
|
|||
}
|
||||
|
||||
function cuke () {
|
||||
cucumber $@ -r features
|
||||
bundle exec cucumber $@ -r features
|
||||
}
|
||||
|
||||
alias rs='_rails server'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue