Commit a5a6f6bb authored by Eric Kelly's avatar Eric Kelly
Browse files

add alias for rspec to zeus plugin

parent 615e41b0
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
* `zcu` aliases `zeus cucumber` * `zcu` aliases `zeus cucumber`
* `zucumber` aliases `zeus cucumber` * `zucumber` aliases `zeus cucumber`
* `zspec` aliases `zeus rspec`
* `zt` aliases `zeus test` * `zt` aliases `zeus test`
* `zest` aliases `zeus test` * `zest` aliases `zeus test`
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Always use bundler. # Always use bundler.
# Rails depends on bundler, so we can be pretty sure, that there are no # Rails depends on bundler, so we can be pretty sure, that there are no
# problems with this command. For all the other aliases I provided an # problems with this command. For all the other aliases I provided an
# alternative, in case people have conflicts with other plugins (e.g. suse). # alternative, in case people have conflicts with other plugins (e.g. suse).
alias zeus='bundle exec zeus' alias zeus='bundle exec zeus'
...@@ -40,6 +40,9 @@ alias zunner='zeus runner' ...@@ -40,6 +40,9 @@ alias zunner='zeus runner'
alias zcu='zeus cucumber' alias zcu='zeus cucumber'
alias zucumber='zeus cucumber' alias zucumber='zeus cucumber'
# Rspec
alias zspec='zeus rspec'
# Test # Test
alias zt='zeus test' alias zt='zeus test'
alias zest='zeus test' alias zest='zeus test'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment