mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add zeus rake cucumber:wip, alias swip
This commit is contained in:
parent
4224c2a1af
commit
3aa88f19eb
1 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ alias zunner='zeus runner'
|
||||||
# Cucumber
|
# Cucumber
|
||||||
alias zcu='zeus cucumber'
|
alias zcu='zeus cucumber'
|
||||||
alias zucumber='zeus cucumber'
|
alias zucumber='zeus cucumber'
|
||||||
|
alias zwip='zeus rake cucumber:wip'
|
||||||
|
|
||||||
# Rspec
|
# Rspec
|
||||||
alias zspec='zeus rspec'
|
alias zspec='zeus rspec'
|
||||||
|
|
@ -66,4 +67,4 @@ alias zdbmigrate='zeus rake db:migrate db:test:prepare'
|
||||||
alias zdbc='zeus rake db:create'
|
alias zdbc='zeus rake db:create'
|
||||||
|
|
||||||
# Create, migrate and prepare database
|
# Create, migrate and prepare database
|
||||||
alias zdbcm='zeus rake db:create db:migrate db:test:prepare'
|
alias zdbcm='zeus rake db:create db:migrate db:test:prepare'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue