Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
b932312a
Commit
b932312a
authored
Oct 02, 2012
by
Dominik Bamberger
Browse files
fix test aliases
parent
b7383b09
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/zeus/zeus.plugin.zsh
View file @
b932312a
...
...
@@ -44,11 +44,11 @@ alias zucumber='zeus cucumber'
alias
zt
=
'zeus test'
alias
zest
=
'zeus test'
alias
zu
=
'zeus test/unit/*'
alias
zunits
=
'zeus test/unit/*'
alias
zu
=
'zeus
test
test/unit/*'
alias
zunits
=
'zeus
test
test/unit/*'
alias
zf
=
'zeus test/functional/*'
alias
zunctional
=
'zeus test/functional/*'
alias
zf
=
'zeus
test
test/functional/*'
alias
zunctional
=
'zeus
test
test/functional/*'
alias
za
=
'zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
alias
zall
=
'zeus test test/unit/*; zeus test test/functional/; zeus cucumber'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment