diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index c14a5f4..69b0383 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -28,7 +28,7 @@ alias fr="foreman run" alias ru="bundle exec ruby" alias ra="bundle exec rake" alias rai="bundle exec rails" -alias rs="bundle exec rspec" +alias rs="bundle exec rspec -f doc" alias cu="bundle exec cucumber" alias scu="RAILS_ENV=cucumber bundle exec spring cucumber" alias va="vagrant"